2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Merge branch 'docupdates' of https://github.com/matmair/InvenTree into docupdates

This commit is contained in:
Matthias
2022-05-30 19:43:52 +02:00
76 changed files with 21190 additions and 20330 deletions

View File

@ -15,6 +15,8 @@ ignore =
N806,
# - N812 - lowercase imported as non-lowercase
N812,
# - D202 - No blank lines allowed after function docstring
D202,
# - D415 - First line should end with a period, question mark, or exclamation point
D415,
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*,InvenTree/plugins/*