Skip to content

Commit 8209cae

Browse files
committed
fix precommit hook
1 parent 131055e commit 8209cae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ repos:
3838
entry: cr_checker/tool/pre-commit_wrapper --extensions h hpp c cpp rs rst py sh bzl ini yml yaml BUILD bazel --fix
3939
# this would be the better language implementation, but struggle with python tooling
4040
# language: python
41-
language: unsupported_script
41+
language: script
4242
minimum_pre_commit_version: 3.2.0
4343
types_or: [python, yaml, ini, rst, sh, shell, bash, bazel, c, c++, rust]

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
entry: cr_checker/tool/pre-commit_wrapper --extensions h hpp c cpp rs rst py sh bzl ini yml yaml BUILD bazel --fix
1616
# this would be the better language implementation, but struggle with python tooling
1717
# language: python
18-
language: unsupported_script
18+
language: script
1919
minimum_pre_commit_version: 3.2.0
2020
types_or: [python, yaml, ini, rst, sh, shell, bash, bazel, c, c++, rust]

0 commit comments

Comments
 (0)