fixed source path

This commit is contained in:
Matthias Mair 2024-01-07 22:56:17 +01:00
parent 0bac0c19b8
commit d3b795824b
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

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"