reverst isort change

This commit is contained in:
Matthias Mair 2024-04-04 02:21:16 +02:00
parent e5df44d6e2
commit 8f7750d837
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -76,7 +76,7 @@ source = ["src/backend/InvenTree/*", "src/backend/*", "docs/*"]
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"]