Skip to content

Commit 4ec9109

Browse files
Bump clang-tools from 0.9.0 to 0.10.0 (#19)
* Bump clang-tools from 0.9.0 to 0.10.0 Bumps [clang-tools](https://github.com/cpp-linter/clang-tools-pip) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](cpp-linter/clang-tools-pip@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: clang-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update README.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Shen <[email protected]>
1 parent d1c6b25 commit 4ec9109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
args: [--checks=.clang-tidy] # path/to/.clang-tidy
4040
```
4141

42-
The example of using any version of [clang-tools](https://github.com/cpp-linter/clang-tools-pip).
42+
The example of using any version of [clang-tools](https://github.com/cpp-linter/clang-tools-pip?tab=readme-ov-file#supported-versions).
4343

4444
```yaml
4545
repos:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Topic :: Software Development :: Build Tools",
2626
]
2727
dependencies = [
28-
"clang-tools==0.9.0",
28+
"clang-tools==0.10.0",
2929
]
3030
dynamic = ["version"]
3131

0 commit comments

Comments
 (0)