Skip to content

Commit 82cfdec

Browse files
authored
Merge pull request #3389 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents deb7143 + ea3ad42 commit 82cfdec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
repos:
2222
# Autoformat: Python code, syntax patterns are modernized
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.15.0
24+
rev: v3.15.2
2525
hooks:
2626
- id: pyupgrade
2727
args:
2828
- --py38-plus
2929

3030
# Autoformat: Python code
3131
- repo: https://github.com/psf/black
32-
rev: 24.1.1
32+
rev: 24.3.0
3333
hooks:
3434
- id: black
3535
args:

0 commit comments

Comments
 (0)