@@ -29,7 +29,7 @@ Add this configuration to your `.pre-commit-config.yaml` file:
2929``` yaml
3030repos :
3131 - repo : https://github.com/cpp-linter/cpp-linter-hooks
32- rev : v0.8.1 # Use the tag or commit you want
32+ rev : v0.8.3 # Use the tag or commit you want
3333 hooks :
3434 - id : clang-format
3535 args : [--style=Google] # Other coding style: LLVM, GNU, Chromium, Microsoft, Mozilla, WebKit.
@@ -44,7 +44,7 @@ To use custom configurations like `.clang-format` and `.clang-tidy`:
4444` ` ` yaml
4545repos:
4646 - repo: https://github.com/cpp-linter/cpp-linter-hooks
47- rev: v0.8.1
47+ rev: v0.8.3
4848 hooks:
4949 - id: clang-format
5050 args: [--style=file] # Loads style from .clang-format file
@@ -59,7 +59,7 @@ To use specific versions of [clang-tools](https://github.com/cpp-linter/clang-to
5959` ` ` yaml
6060repos:
6161 - repo: https://github.com/cpp-linter/cpp-linter-hooks
62- rev: v0.8.1
62+ rev: v0.8.3
6363 hooks:
6464 - id: clang-format
6565 args: [--style=file, --version=18] # Specifies version
@@ -146,7 +146,7 @@ Use -header-filter=.* to display errors from all non-system headers. Use -system
146146
147147` ` ` yaml
148148- repo: https://github.com/cpp-linter/cpp-linter-hooks
149- rev: v0.8.1
149+ rev: v0.8.3
150150 hooks:
151151 - id: clang-format
152152 args: [--style=file, --version=18]
@@ -172,7 +172,7 @@ This approach ensures that only modified files are checked, further speeding up
172172` ` ` yaml
173173repos:
174174 - repo: https://github.com/cpp-linter/cpp-linter-hooks
175- rev: v0.8.1
175+ rev: v0.8.3
176176 hooks:
177177 - id: clang-format
178178 args: [--style=file, --version=18, --verbose] # Add -v or --verbose for detailed output
0 commit comments