mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
9 lines
98 B
INI
9 lines
98 B
INI
[flake8]
|
|
# ignore = D203
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
docs,
|
|
*/vendor
|
|
|
|
max-complexity = 30
|