mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added support for flake8
This commit is contained in:
parent
48cd543a06
commit
2dcd070dfc
1 changed files with 9 additions and 0 deletions
9
.flake8
Normal file
9
.flake8
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[flake8]
|
||||
# ignore = D203
|
||||
exclude =
|
||||
.git,
|
||||
__pycache__,
|
||||
docs,
|
||||
*/vendor
|
||||
|
||||
max-complexity = 30
|
||||
Loading…
Add table
Add a link
Reference in a new issue