diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bf4f9959..d48de19d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: name: make tailwind entry: make tailwind language: "system" - types: [css] + types: [css,gotmpl] require_serial: true pass_filenames: false description: "Runs `make tailwind`"