Skip to content

Commit 03b78a4

Browse files
authored
Merge pull request #276 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f4e02ed + a8ea6e8 commit 03b78a4

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
@@ -30,13 +30,13 @@ repos:
3030

3131
# Autoformat: Python code
3232
- repo: https://github.com/pycqa/isort
33-
rev: 6.0.1
33+
rev: 6.1.0
3434
hooks:
3535
- id: isort
3636

3737
# Autoformat: Python code
38-
- repo: https://github.com/psf/black
39-
rev: 25.1.0
38+
- repo: https://github.com/psf/black-pre-commit-mirror
39+
rev: 25.9.0
4040
hooks:
4141
- id: black
4242

0 commit comments

Comments
 (0)