We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd08d50 commit 4975283Copy full SHA for 4975283
testing/pre-commit-config-version.yaml
@@ -40,4 +40,4 @@ repos:
40
- id: clang-format
41
args: [--style=file, --version=21]
42
- id: clang-tidy
43
- args: [--checks=.clang-tidy, --version=21]
+ args: [--checks=.clang-tidy, --version=20] # clang-tidy does not support version 21
0 commit comments