mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
style fixes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user