mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
Flake - ignore media and static dirs
This commit is contained in:
parent
82be9db3df
commit
7f269898c4
@ -6,5 +6,5 @@ ignore =
|
|||||||
E501, E722,
|
E501, E722,
|
||||||
# - C901 - function is too complex
|
# - C901 - function is too complex
|
||||||
C901,
|
C901,
|
||||||
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*
|
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*
|
||||||
max-complexity = 20
|
max-complexity = 20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user