6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
|
[flake8]
|
||
|
ignore = E203, E266, E501, W503, F403, F401, E402
|
||
|
max-line-length = 79
|
||
|
max-complexity = 18
|
||
|
select = B,C,E,F,W,T4,B9
|