mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-22 23:00:54 +00:00
moved isort config
This commit is contained in:
@ -79,3 +79,9 @@ source = "InvenTree"
|
|||||||
|
|
||||||
[tool.djlint]
|
[tool.djlint]
|
||||||
ignore = "D018,H006,H008,H020,H021,H023,H025,H030,H031,T002"
|
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"]
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
[isort]
|
|
||||||
src_paths=InvenTree
|
|
||||||
skip_glob =*/migrations/*.py
|
|
||||||
known_django=django
|
|
||||||
sections=FUTURE, STDLIB, DJANGO, THIRDPARTY, FIRSTPARTY, LOCALFOLDER
|
|
Reference in New Issue
Block a user