summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 20284a9c..3bdc9bb5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,5 +1,6 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
+exclude: ^(zoneinfo/)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
@@ -9,6 +10,8 @@ repos:
- id: check-added-large-files
- id: check-case-conflict
- id: check-yaml
+ args: [--allow-multiple-documents]
+ exclude: ^(.clang-tidy)
- id: check-json
#- repo: https://github.com/pre-commit/mirrors-clang-format
# rev: v13.0.0
@@ -18,12 +21,12 @@ repos:
rev: v2.15.3
hooks:
- id: pylint
- exclude: ^(src/python)
+ exclude: ^(.cmake-format.py)
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.7.0
hooks:
- id: autopep8
- exclude: ^(src/python)
+ exclude: ^(.cmake-format.py)
- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
hooks: