ayon-core/.flake8
2018-11-22 12:43:07 +01:00

9 lines
98 B
INI

[flake8]
# ignore = D203
exclude =
.git,
__pycache__,
docs,
*/vendor
max-complexity = 30