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: 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"]