Skip to content

Commit

Permalink
Explicitly call python3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimi1010 committed Jun 25, 2024
1 parent c6efe07 commit aabbbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
hooks:
- id: check-clang-format-version
name: Check clang-format version
entry: python ./ci/check-clang-format-version.py
entry: python3 ./ci/check-clang-format-version.py
language: system
- id: clang-format
name: Clang format
Expand Down

0 comments on commit aabbbba

Please sign in to comment.