You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update README to v1.6.0 and remove outdated Requirements section
- Removed the Requirements section ("v1.5.0 and later requires Python 3.10+")
since v1.5.0 is no longer current
- Updated all cpp-linter-hooks version references from v1.5.0 to v1.6.0
args: [--style=file] # Loads style from .clang-format file
@@ -93,7 +88,7 @@ repos:
93
88
```
94
89
95
90
> [!TIP]
96
-
> The `rev` tag (e.g. `v1.5.0`) is the **project** version, not the clang tool version. Each release bundles a default version of `clang-format` and `clang-tidy` — check the [release notes](https://github.com/cpp-linter/cpp-linter-hooks/releases) to see which tool version a given `rev` ships with. To pin an exact tool version independently of the project release, use `--version` as shown below.
91
+
> The `rev` tag (e.g. `v1.6.0`) is the **project** version, not the clang tool version. Each release bundles a default version of `clang-format` and `clang-tidy` — check the [release notes](https://github.com/cpp-linter/cpp-linter-hooks/releases) to see which tool version a given `rev` ships with. To pin an exact tool version independently of the project release, use `--version` as shown below.
97
92
98
93
### Custom Clang Tool Version
99
94
@@ -102,7 +97,7 @@ To use specific versions of clang-format and clang-tidy (using Python wheel pack
0 commit comments