ayon-core/.flake8
Ondrej Samohel 3d0b7e49c7
PEP fixes
2020-03-25 13:52:40 +01:00

11 lines
147 B
INI

[flake8]
# ignore = D203
ignore = BLK100, W504, W503
max-line-length = 79
exclude =
.git,
__pycache__,
docs,
*/vendor
max-complexity = 30