5 lines
77 B
INI
5 lines
77 B
INI
[flake8]
|
|
ignore = E226,E301,E701
|
|
exclude = tests,build
|
|
max-line-length = 119
|