Skip to content

Commit 115eeea

Browse files
committed
Update README.md & hooks
1 parent 72689d6 commit 115eeea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
args: ["--all-features", "check"]
4141

4242
- repo: https://github.com/pre-commit/pre-commit-hooks
43-
rev: v3.2.0
43+
rev: v6.0.0
4444
hooks:
4545
- id: check-added-large-files
4646
- id: check-yaml

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ The file paths in the examples are for Windows.
8282

8383
```shell
8484
$ pip install pre-commit # If you don't already have pre-commit installed on your machine. Run once.
85+
$ pre-commit autoupdate # Update hook repositories to the latest versions.
8586
$ pre-commit install # Sets up the pre-commit git hook script for the repository. Run once.
8687
$ pre-commit install --hook-type pre-push # Sets up the pre-push git hook script for the repository. Run once.
8788
$ pre-commit run # For manual running; considers only modified files.

0 commit comments

Comments
 (0)