15 lines
278 B
INI
15 lines
278 B
INI
[flake8]
|
|
ignore = W,BLK,
|
|
E24,E121,E123,E125,E126,E221,E226,E266,E704,
|
|
E265,E722,E501,E731,E306,E401,E302,E222,E303,
|
|
E402,E305,E261,E262,E203
|
|
exclude =
|
|
__pycache__,
|
|
.eggs,
|
|
.git,
|
|
.tox,
|
|
.nox,
|
|
build,
|
|
dist,
|
|
src/test/python_tests/test_data
|