diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 172022ec..b2525175 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,6 +42,7 @@ repos: - id: djlint-reformat-jinja files: ".*templates/.*.html" types_or: ["html"] + exclude: redoc.html - id: djlint-jinja files: ".*templates/.*.html" types_or: ["html"]