summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-08-31 00:26:58 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-08-31 00:28:42 +0200
commitcc61a6b8f8651b92cda5880be2b57546218ad463 (patch)
tree5c64de1904f12c00057b6b943dea6bb7edab02fe /.pre-commit-config.yaml
parent5acb69c1d0d4a93cc2098bd13e0d5695df47fbcb (diff)
pre-commit: Exclude po/pot/ts files from codespell hook
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index bf8292561b..95bf799fd5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -69,6 +69,7 @@ repos:
rev: v1.17.1
hooks:
- id: codespell
+ exclude: ^.*\.(pot?|ts)$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v7.2.0
hooks: