summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2386129b1b..2dbd320282 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -70,7 +70,7 @@ repos:
hooks:
- id: codespell
args: ["--ignore-regex", "\\W(?:(?:m_)?p(?=[A-Z])|m_(?=\\w))"]
- exclude: ^.*\.(pot?|ts)$
+ exclude: ^(src/dialog/dlgabout.cpp|.*\.(?:pot?|ts))$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v7.2.0
hooks: