Skip to content

Commit 57e661b

Browse files
build: bump clang-format from 21.1.1 to 21.1.2 in the clang-tools group (#127)
* build: bump clang-format from 21.1.1 to 21.1.2 in the clang-tools group Bumps the clang-tools group with 1 update: [clang-format](https://github.com/ssciwr/clang-format-wheel). Updates `clang-format` from 21.1.1 to 21.1.2 - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](ssciwr/clang-format-wheel@v21.1.1...v21.1.2) --- updated-dependencies: - dependency-name: clang-format dependency-version: 21.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: clang-tools ... Signed-off-by: dependabot[bot] <[email protected]> * chore: Update util.py to add 21.1.2 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xianpeng Shen <[email protected]>
1 parent e6f64f9 commit 57e661b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cpp_linter_hooks/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def get_version_from_dependency(tool: str) -> Optional[str]:
100100
"20.1.8",
101101
"21.1.0",
102102
"21.1.1",
103+
"21.1.2",
103104
]
104105

105106
# https://pypi.org/pypi/clang-tidy/json

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
dependencies = [
3535
"tomli>=1.1.0; python_version < '3.11'",
3636
"setuptools>=45.0.0", # Required for pkg_resources in clang-tidy
37-
"clang-format==21.1.1",
37+
"clang-format==21.1.2",
3838
"clang-tidy==21.1.1",
3939
]
4040
dynamic = ["version"]

0 commit comments

Comments
 (0)