5 lines
84 B
INI
5 lines
84 B
INI
[flake8]
|
|
ignore = E226,E302,E41,E126,F841
|
|
max-line-length = 160
|
|
exclude = */tests/*
|