summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-06-02 07:44:00 -0400
committerAllen Winter <allen.winter@kdab.com>2022-06-02 07:44:00 -0400
commita70844787b461cddcbc965c6a355eaff3e8bf052 (patch)
tree3dececd02e02ca712b862371eb92d8f96ddb9537
parenta2ce6419ff642c2bbee9b0e60d3354e16334b255 (diff)
downloadlibical-git-a70844787b461cddcbc965c6a355eaff3e8bf052.tar.gz
.pre-commit-config.yaml - disable clang-format
since we don't have a .clang-format style yet
-rw-r--r--.pre-commit-config.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 6c956eb6..ddbaf1c1 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -10,10 +10,10 @@ repos:
- id: check-case-conflict
- id: check-yaml
- id: check-json
-- repo: https://github.com/pre-commit/mirrors-clang-format
- rev: v13.0.0
- hooks:
- - id: clang-format
+#- repo: https://github.com/pre-commit/mirrors-clang-format
+# rev: v13.0.0
+# hooks:
+# - id: clang-format
- repo: https://github.com/PyCQA/pylint
rev: v2.12.2
hooks: