mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
Add isort
This commit is contained in:
@ -20,3 +20,11 @@ max-complexity = 20
|
||||
|
||||
[coverage:run]
|
||||
source = ./InvenTree
|
||||
|
||||
[isort]
|
||||
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