Skip to content

Commit 19babb0

Browse files
authored
Merge pull request #177 from hugovk/bump-pre-commit
2 parents 23f4bca + b854006 commit 19babb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.2.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-merge-conflict
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99

10-
- repo: https://github.com/ambv/black
11-
rev: 22.3.0
10+
- repo: https://github.com/psf/black-pre-commit-mirror
11+
rev: 25.11.0
1212
hooks:
1313
- id: black

0 commit comments

Comments
 (0)