summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-09-27 11:46:40 -0400
committerAllen Winter <allen.winter@kdab.com>2022-09-27 11:46:40 -0400
commitad099a5f10526ee94d413acf0a9272846dece283 (patch)
treed357b0401a7b5cb6d16f5b9aeffada0578e6a2cb
parent279aa216375d46b08ea28ed0f161d034ac32caee (diff)
downloadlibical-git-ad099a5f10526ee94d413acf0a9272846dece283.tar.gz
.pre-commit-config.yaml - fine tune: the entire project is clean
-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: