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

fix ci files

This commit is contained in:
Matthias
2021-11-23 00:42:21 +01:00
parent 92f0ca07d7
commit 0733d9940f
2 changed files with 3 additions and 4 deletions

View File

@ -15,7 +15,7 @@ ignore =
N806,
# - N812 - lowercase imported as non-lowercase
N812,
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*,*ci_*.py*
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*
max-complexity = 20
[coverage:run]