Skip to content

Commit 0fa77a5

Browse files
committed
fix(docs): update pre-commit-hooks and black rev
1 parent 0b60971 commit 0fa77a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sections/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ pre-commit --version
4646
```yaml
4747
repos:
4848
- repo: https://github.com/pre-commit/pre-commit-hooks
49-
rev: v2.3.0
49+
rev: v5.0.0
5050
hooks:
5151
- id: check-yaml
5252
- id: end-of-file-fixer
5353
- id: trailing-whitespace
5454
- repo: https://github.com/psf/black
55-
rev: 22.10.0
55+
rev: 24.10.0
5656
hooks:
5757
- id: black
5858
```

0 commit comments

Comments
 (0)