Update pyproject.toml

This commit is contained in:
Matthias Mair 2024-04-04 08:46:50 +02:00 committed by GitHub
parent 90bcaf8baa
commit defd0cda5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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