mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
8 lines
178 B
Text
8 lines
178 B
Text
|
[flake8]
|
||
|
ignore =
|
||
|
E266, # to many leading '#' for block comment
|
||
|
W503 # line break before binary operator
|
||
|
max-line-length = 150
|
||
|
max-complexity = 18
|
||
|
select = B,C,E,F,W,T4,B9
|