From b344445c30c7deeec4ef91e6507e839f29c4cbc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Thu, 17 Aug 2023 10:03:10 +0200 Subject: [PATCH] chore: pre-commit ignores pot files --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'