2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

More CI file changes

This commit is contained in:
Oliver Walters
2020-09-01 21:21:32 +10:00
parent 37a43c8657
commit b8856476be
2 changed files with 3 additions and 1 deletions

View File

@ -7,5 +7,5 @@ ignore =
E501, E722,
# - C901 - function is too complex
C901,
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*,*ci_*.py*
max-complexity = 20