Files
Pinry/.flake8
2019-12-08 17:48:23 +00:00

10 lines
168 B
INI

[flake8]
ignore = E203,E266,E501,W503
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude =
migrations,
pinry/settings/,
core/tests/,