mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 12:04:17 -08:00
5 lines
81 B
INI
5 lines
81 B
INI
[flake8]
|
|
max-line-length = 88
|
|
select = C,E,F,W,B,B950
|
|
extend-ignore = E203, E501
|