mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
reset paths
This commit is contained in:
parent
defd0cda5c
commit
78d0877b88
@ -70,13 +70,13 @@ skip-magic-trailing-comma = true
|
||||
line-ending = "auto"
|
||||
|
||||
[tool.coverage.run]
|
||||
source = ["InvenTree"]
|
||||
source = ["src/backend/InvenTree", "InvenTree"]
|
||||
|
||||
[tool.djlint]
|
||||
ignore = "D018,H006,H008,H020,H021,H023,H025,H030,H031,T002"
|
||||
|
||||
[tool.isort]
|
||||
src_paths=["src/backend/InvenTree", ]
|
||||
src_paths=["src/backend/*"]
|
||||
skip_glob ="*/migrations/*.py"
|
||||
known_django="django"
|
||||
sections=["FUTURE","STDLIB","DJANGO","THIRDPARTY","FIRSTPARTY","LOCALFOLDER"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user