move djlint config to pyproject

This commit is contained in:
Matthias Mair 2024-01-07 18:24:24 +01:00
parent c5ce55d511
commit d90c48a0bf
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +0,0 @@
{
"ignore": "D018,H006,H008,H020,H021,H023,H025,H030,H031,T002"
}

View File

@ -68,3 +68,6 @@ source = "InvenTree"
[tool.ruff.extend-per-file-ignores]
"__init__.py" = ["D104"]
[tool.djlint]
ignore = ["D018","H006","H008","H020","H021","H023","H025","H030","H031","T002"]