diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59517eb9..4951e9b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,4 +12,16 @@ repos: entry: ruff format language: system types: [python] + require_serial: true + - id: djlint-lint + name: djlint-lint + entry: djlint --lint + language: system + types: [html] + require_serial: true + - id: djlint-reformat + name: djlint-reformat + entry: djlint --reformat + language: system + types: [html] require_serial: true \ No newline at end of file