2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

moved isort config

This commit is contained in:
Matthias Mair
2024-01-07 20:49:50 +01:00
parent 12460b0419
commit 91b71ed24a
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"]