Skip to content

Commit 323fa90

Browse files
authored
Merge pull request #1473 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 358888c + 430d707 commit 323fa90

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
@@ -22,8 +22,8 @@ repos:
2222
exclude: check-tmp
2323

2424
# Autoformat: Python code
25-
- repo: https://github.com/psf/black
26-
rev: 25.1.0
25+
- repo: https://github.com/psf/black-pre-commit-mirror
26+
rev: 25.9.0
2727
hooks:
2828
- id: black
2929
args:
@@ -35,7 +35,7 @@ repos:
3535

3636
# Autoformat: Python code
3737
- repo: https://github.com/pycqa/isort
38-
rev: 6.0.1
38+
rev: 6.1.0
3939
hooks:
4040
- id: isort
4141
args:

0 commit comments

Comments
 (0)