We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849aeef commit b9d13e6Copy full SHA for b9d13e6
2 files changed
.pre-commit-config.yaml
@@ -2,8 +2,6 @@
2
3
ci:
4
autoupdate_schedule: quarterly
5
- skip:
6
- - clang-format
7
8
repos:
9
- repo: https://github.com/python-jsonschema/check-jsonschema.git
@@ -113,10 +111,11 @@ repos:
113
111
types:
114
112
- file
115
- rst
116
-- repo: https://github.com/cpp-linter/cpp-linter-hooks
117
- rev: v0.8.0
+- repo: https://github.com/pre-commit/mirrors-clang-format
+ rev: v16.0.6
118
hooks:
119
- id: clang-format
+ types_or: [c, c++]
120
- repo: https://github.com/pre-commit/mirrors-mypy.git
121
rev: v1.15.0
122
CHANGES/1318.contrib.rst
@@ -0,0 +1,2 @@
1
+Switched to ``mirrors-clang-format`` and enabled clang-format in ``pre-commit.ci``
+-- by :user:`bdraco`.
0 commit comments