From d203767706ac34998770781989c34821995e0ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 02:59:44 +0000 Subject: [PATCH 1/2] chore(deps): bump clang-format from 20.1.7 to 20.1.8 in the pip group Bumps the pip group with 1 update: [clang-format](https://github.com/ssciwr/clang-format-wheel). Updates `clang-format` from 20.1.7 to 20.1.8 - [Release notes](https://github.com/ssciwr/clang-format-wheel/releases) - [Commits](https://github.com/ssciwr/clang-format-wheel/compare/v20.1.7...v20.1.8) --- updated-dependencies: - dependency-name: clang-format dependency-version: 20.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 816601f..e6727b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ tracker = "https://github.com/cpp-linter/cpp-linter-hooks/issues" [project.optional-dependencies] # only clang tools can added to this section to make hooks work tools = [ - "clang-format==20.1.7", + "clang-format==20.1.8", "clang-tidy==20.1.0", ] From d678ca5cd78aea1fa305c8611a2d221a3fe9b765 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Thu, 17 Jul 2025 10:25:06 +0300 Subject: [PATCH 2/2] chore: add new clang-format version to util list --- cpp_linter_hooks/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp_linter_hooks/util.py b/cpp_linter_hooks/util.py index 13a7efc..9a847ad 100644 --- a/cpp_linter_hooks/util.py +++ b/cpp_linter_hooks/util.py @@ -103,6 +103,7 @@ def get_version_from_dependency(tool: str) -> Optional[str]: "20.1.5", "20.1.6", "20.1.7", + "20.1.8", ] CLANG_TIDY_VERSIONS = [