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

style fixes

This commit is contained in:
Matthias Mair
2022-05-20 17:45:04 +02:00
parent a148dbf303
commit 799af89312
4 changed files with 14 additions and 16 deletions

View File

@ -3,7 +3,7 @@ ignore =
# - W605 - invalid escape sequence
W605,
# - E501 - line too long (82 characters)
E501,
E501,
# - E722 - do not use bare except
E722,
# - C901 - function is too complex
@ -28,6 +28,4 @@ source = ./InvenTree
src_paths=InvenTree
skip_glob =*/migrations/*.py
known_django=django
import_heading_firstparty=InvenTree imports
import_heading_thirdparty=Third-Party imports
sections=FUTURE, STDLIB, DJANGO, THIRDPARTY, FIRSTPARTY, LOCALFOLDER