Skip to content

Commit 18ba92d

Browse files
authored
Merge pull request #144 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 2c14044 + 9eab96d commit 18ba92d

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
@@ -51,7 +51,7 @@ repos:
5151

5252
# Autoformat: Python code, syntax patterns are modernized
5353
- repo: https://github.com/asottile/pyupgrade
54-
rev: v3.17.0
54+
rev: v3.19.0
5555
hooks:
5656
- id: pyupgrade
5757
args:
@@ -74,13 +74,13 @@ repos:
7474

7575
# Autoformat: Python code
7676
- repo: https://github.com/psf/black
77-
rev: 24.8.0
77+
rev: 24.10.0
7878
hooks:
7979
- id: black
8080

8181
# Misc...
8282
- repo: https://github.com/pre-commit/pre-commit-hooks
83-
rev: v4.6.0
83+
rev: v5.0.0
8484
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
8585
hooks:
8686
- id: end-of-file-fixer

0 commit comments

Comments
 (0)