2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Merge branch 'master' into devOps

This commit is contained in:
Matthias Mair
2022-05-19 18:28:15 +02:00
committed by GitHub
30 changed files with 854 additions and 42 deletions

View File

@ -17,7 +17,7 @@ ignore =
N812,
# - D415 - First line should end with a period, question mark, or exclamation point
D415,
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*,InvenTree/plugins/*
max-complexity = 20
docstring-convention=google