2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

fixed source path

This commit is contained in:
Matthias Mair
2024-01-07 22:56:17 +01:00
parent 0bac0c19b8
commit d3b795824b

View File

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