diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3050af4..f7f66f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - id: end-of-file-fixer - exclude: ".key$" + exclude: "(.key|.interp|.tokens)$" - repo: https://github.com/golangci/golangci-lint rev: v1.51.2