Skip to content

Commit 8f59e0e

Browse files
authored
Merge pull request #3748 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents c453e2d + 72bc9d5 commit 8f59e0e

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
@@ -28,8 +28,8 @@ repos:
2828
- --py38-plus
2929

3030
# Autoformat: Python code
31-
- repo: https://github.com/psf/black
32-
rev: 25.1.0
31+
- repo: https://github.com/psf/black-pre-commit-mirror
32+
rev: 25.9.0
3333
hooks:
3434
- id: black
3535
args:
@@ -41,7 +41,7 @@ repos:
4141

4242
# Autoformat: Python code
4343
- repo: https://github.com/pycqa/isort
44-
rev: 6.0.1
44+
rev: 6.1.0
4545
hooks:
4646
- id: isort
4747
args:

0 commit comments

Comments
 (0)