2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00
This commit is contained in:
Oliver Walters
2019-06-24 00:01:34 +10:00
parent 881adb9487
commit faf2fd408f
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ ignore =
# - W293 - blank lines contain whitespace
W293,
# - E501 - line too long (82 characters)
E501,
E501, E722
# - C901 - function is too complex
C901,
exclude = .git,__pycache__,*/migrations/*