ayon-core/setup.cfg
2020-09-11 17:52:54 +02:00

22 lines
279 B
INI

[flake8]
# ignore = D203
ignore = BLK100, W504, W503
max-line-length = 79
exclude =
.git,
__pycache__,
docs,
*/vendor
max-complexity = 30
[pydocstyle]
convention = google
ignore = D107
[coverage:run]
branch = True
omit = /tests
[coverage:html]
directory = ./coverage