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

Flake fixes

This commit is contained in:
Oliver Walters
2020-06-11 19:46:36 +10:00
parent 07be08d0f3
commit beccbe8583
6 changed files with 9 additions and 16 deletions

View File

@ -2,6 +2,7 @@
ignore =
# - W293 - blank lines contain whitespace
W293,
W605,
# - E501 - line too long (82 characters)
E501, E722,
# - C901 - function is too complex