Skip to content

Commit 442e3ed

Browse files
authored
Merge pull request #1840 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6243020 + 846f69b commit 442e3ed

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
@@ -11,15 +11,15 @@
1111
repos:
1212
# Autoformat: Python code, syntax patterns are modernized
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.15.0
14+
rev: v3.15.2
1515
hooks:
1616
- id: pyupgrade
1717
args:
1818
- --py38-plus
1919

2020
# Autoformat: Python code
2121
- repo: https://github.com/psf/black
22-
rev: 24.1.1
22+
rev: 24.3.0
2323
hooks:
2424
- id: black
2525
# args are not passed, but see the config in pyproject.toml

0 commit comments

Comments
 (0)