Skip to content

Commit d7c3023

Browse files
committed
docs: bump version to v1.0.1
1 parent d3169df commit d7c3023

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add this configuration to your `.pre-commit-config.yaml` file:
2929
```yaml
3030
repos:
3131
- repo: https://github.com/cpp-linter/cpp-linter-hooks
32-
rev: v1.0.0 # Use the tag or commit you want
32+
rev: v1.0.1 # 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
4545
repos:
4646
- repo: https://github.com/cpp-linter/cpp-linter-hooks
47-
rev: v1.0.0
47+
rev: v1.0.1
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-format and clang-tidy (using Python wheel pack
5959
```yaml
6060
repos:
6161
- repo: https://github.com/cpp-linter/cpp-linter-hooks
62-
rev: v1.0.0
62+
rev: v1.0.1
6363
hooks:
6464
- id: clang-format
6565
args: [--style=file, --version=18] # Specifies version
@@ -149,7 +149,7 @@ Use -header-filter=.* to display errors from all non-system headers. Use -system
149149

150150
```yaml
151151
- repo: https://github.com/cpp-linter/cpp-linter-hooks
152-
rev: v1.0.0
152+
rev: v1.0.1
153153
hooks:
154154
- id: clang-format
155155
args: [--style=file, --version=18]
@@ -175,7 +175,7 @@ This approach ensures that only modified files are checked, further speeding up
175175
```yaml
176176
repos:
177177
- repo: https://github.com/cpp-linter/cpp-linter-hooks
178-
rev: v1.0.0
178+
rev: v1.0.1
179179
hooks:
180180
- id: clang-format
181181
args: [--style=file, --version=18, --verbose] # Add -v or --verbose for detailed output

0 commit comments

Comments
 (0)