We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25fb59 commit 6ba7691Copy full SHA for 6ba7691
.pre-commit-config.yaml
@@ -5,8 +5,8 @@ repos:
5
hooks:
6
- id: check-clang-format-version
7
name: Check clang-format version
8
- entry: python3 ./ci/check-clang-format-version.py
9
- language: system
+ entry: python ./ci/check-clang-format-version.py
+ language: python
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
rev: v5.0.0
12
0 commit comments