reset paths

This commit is contained in:
Matthias Mair 2024-04-04 09:34:28 +02:00 committed by GitHub
parent defd0cda5c
commit 78d0877b88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]