moved isort config

This commit is contained in:
Matthias Mair 2024-01-07 20:49:50 +01:00
parent 12460b0419
commit 91b71ed24a
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
2 changed files with 6 additions and 5 deletions

View File

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

View File

@ -1,5 +0,0 @@
[isort]
src_paths=InvenTree
skip_glob =*/migrations/*.py
known_django=django
sections=FUTURE, STDLIB, DJANGO, THIRDPARTY, FIRSTPARTY, LOCALFOLDER