5 lines
No EOL
122 B
Text
5 lines
No EOL
122 B
Text
[flake8]
|
|
ignore = E221,E501,E203,E202,E272,E251,E211,E222,E701
|
|
max-line-length = 160
|
|
exclude = tests/*
|
|
max-complexity = 10 |