reset isort settings

This commit is contained in:
Matthias Mair 2024-04-05 00:24:37 +02:00
parent 703d7673b1
commit 0f31ee9e87
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

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"]