Skip to content

Commit 38689ac

Browse files
AdamDonnahugovk
andauthored
Apply suggestions from code review
Use newer versions, and the pre-compiled mypyc version of Black which is faster Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 9553e52 commit 38689ac

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,11 +1,11 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.3.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8-
- repo: https://github.com/psf/black
9-
rev: 22.10.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 23.11.0
1010
hooks:
1111
- id: black

0 commit comments

Comments
 (0)