mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
move djlint config to pyproject
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user