Skip to content

Commit 4975283

Browse files
committed
fix: clang-tidy does not support v21
1 parent cd08d50 commit 4975283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/pre-commit-config-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ repos:
4040
- id: clang-format
4141
args: [--style=file, --version=21]
4242
- id: clang-tidy
43-
args: [--checks=.clang-tidy, --version=21]
43+
args: [--checks=.clang-tidy, --version=20] # clang-tidy does not support version 21

0 commit comments

Comments
 (0)