Skip to content

Commit

Permalink
Bump clang-tools from 0.9.0 to 0.10.0 (#19)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and shenxianpeng authored Jan 11, 2024
1 parent d1c6b25 commit 4ec9109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
args: [--checks=.clang-tidy] # path/to/.clang-tidy
```

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).

```yaml
repos:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Topic :: Software Development :: Build Tools",
]
dependencies = [
"clang-tools==0.9.0",
"clang-tools==0.10.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit 4ec9109

Please sign in to comment.