We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c6b25 commit 4ec9109Copy full SHA for 4ec9109
README.md
@@ -39,7 +39,7 @@ repos:
39
args: [--checks=.clang-tidy] # path/to/.clang-tidy
40
```
41
42
-The example of using any version of [clang-tools](https://github.com/cpp-linter/clang-tools-pip).
+The example of using any version of [clang-tools](https://github.com/cpp-linter/clang-tools-pip?tab=readme-ov-file#supported-versions).
43
44
```yaml
45
repos:
pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
25
"Topic :: Software Development :: Build Tools",
26
]
27
dependencies = [
28
- "clang-tools==0.9.0",
+ "clang-tools==0.10.0",
29
30
dynamic = ["version"]
31
0 commit comments