diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd292f7b..e91f6859 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,9 +5,9 @@ repos: hooks: - id: fix-byte-order-marker - id: trailing-whitespace - exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$" + exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$|\\.pot$" - id: end-of-file-fixer - exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$" + exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$|\\.pot$" - id: check-toml - repo: https://github.com/astral-sh/ruff-pre-commit rev: 'v0.0.282'