2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +00:00

use relative files for reporting

This commit is contained in:
Matthias Mair
2024-04-05 00:24:53 +02:00
parent 0f31ee9e87
commit 1f662bfb97

View File

@ -71,6 +71,7 @@ line-ending = "auto"
[tool.coverage.run]
source = ["src/backend/InvenTree", "InvenTree"]
relative_files = true
[tool.djlint]
ignore = "D018,H006,H008,H020,H021,H023,H025,H030,H031,T002"