add plain InvenTree too
This commit is contained in:
parent
bd6e141ab1
commit
90bcaf8baa
|
|
@ -70,7 +70,7 @@ skip-magic-trailing-comma = true
|
|||
line-ending = "auto"
|
||||
|
||||
[tool.coverage.run]
|
||||
source = ["src/backend/InvenTree/*", "src/backend/*", "docs/*"]
|
||||
source = ["src/backend/InvenTree/*", "src/backend/*", "docs/*", "InvenTree/*"]
|
||||
|
||||
[tool.djlint]
|
||||
ignore = "D018,H006,H008,H020,H021,H023,H025,H030,H031,T002"
|
||||
|
|
|
|||
Loading…
Reference in New Issue