mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
11 lines
147 B
INI
11 lines
147 B
INI
[flake8]
|
|
# ignore = D203
|
|
ignore = BLK100, W504, W503
|
|
max-line-length = 79
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
docs,
|
|
*/vendor
|
|
|
|
max-complexity = 30
|