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

add more paths

This commit is contained in:
Matthias Mair
2024-04-04 02:20:42 +02:00
parent 3282c7c1b3
commit e5df44d6e2

View File

@ -70,7 +70,7 @@ skip-magic-trailing-comma = true
line-ending = "auto"
[tool.coverage.run]
source = ["src/backend/InvenTree", "InvenTree"]
source = ["src/backend/InvenTree/*", "src/backend/*", "docs/*"]
[tool.djlint]
ignore = "D018,H006,H008,H020,H021,H023,H025,H030,H031,T002"