mirror of
https://github.com/pinry/pinry.git
synced 2025-11-15 17:35:50 +01:00
10 lines
168 B
INI
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/,
|