fixed source path
This commit is contained in:
parent
0bac0c19b8
commit
d3b795824b
|
|
@ -75,7 +75,7 @@ skip-magic-trailing-comma = true
|
||||||
line-ending = "auto"
|
line-ending = "auto"
|
||||||
|
|
||||||
[tool.coverage.run]
|
[tool.coverage.run]
|
||||||
source = "InvenTree"
|
source = ["InvenTree", ]
|
||||||
|
|
||||||
[tool.djlint]
|
[tool.djlint]
|
||||||
ignore = "D018,H006,H008,H020,H021,H023,H025,H030,H031,T002"
|
ignore = "D018,H006,H008,H020,H021,H023,H025,H030,H031,T002"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue