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

reset isort settings

This commit is contained in:
Matthias Mair
2024-04-05 00:24:37 +02:00
parent 703d7673b1
commit 0f31ee9e87

View File

@ -76,7 +76,7 @@ source = ["src/backend/InvenTree", "InvenTree"]
ignore = "D018,H006,H008,H020,H021,H023,H025,H030,H031,T002"
[tool.isort]
src_paths=["src/backend/*"]
src_paths=["src/backend/InvenTree", ]
skip_glob ="*/migrations/*.py"
known_django="django"
sections=["FUTURE","STDLIB","DJANGO","THIRDPARTY","FIRSTPARTY","LOCALFOLDER"]