Skip to content

Commit 6ba7691

Browse files
authored
Update pre-commit to use language: python instead of language: system, so it uses its own interpreter. (#1923)
1 parent b25fb59 commit 6ba7691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ repos:
55
hooks:
66
- id: check-clang-format-version
77
name: Check clang-format version
8-
entry: python3 ./ci/check-clang-format-version.py
9-
language: system
8+
entry: python ./ci/check-clang-format-version.py
9+
language: python
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
1111
rev: v5.0.0
1212
hooks:

0 commit comments

Comments
 (0)