mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
moved isort config
This commit is contained in:
parent
12460b0419
commit
91b71ed24a
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user