From 27c4d7d07b5c5b06c23d6faffe1ad9648d92364b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 02:39:19 +0000 Subject: [PATCH 1/2] 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](https://github.com/cpp-linter/clang-tools-pip/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b450ecb..f928cc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Topic :: Software Development :: Build Tools", ] dependencies = [ - "clang-tools==0.9.0", + "clang-tools==0.10.0", ] dynamic = ["version"] From 6ddec3c40e3850a154039ca8ff6b1b40949be26c Mon Sep 17 00:00:00 2001 From: Peter Shen Date: Thu, 11 Jan 2024 11:56:36 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c36f6f..1b85eec 100644 --- a/README.md +++ b/README.md @@ -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: