Skip to content

Commit 5e87676

Browse files
authored
Merge pull request #263 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e6211d6 + 0e682d6 commit 5e87676

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
@@ -13,7 +13,7 @@ exclude: 'versioneer\.py|_version\.py'
1313
repos:
1414
# Autoformat: Python code, syntax patterns are modernized
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.19.0
16+
rev: v3.19.1
1717
hooks:
1818
- id: pyupgrade
1919
args:
@@ -30,13 +30,13 @@ repos:
3030

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

3737
# Autoformat: Python code
3838
- repo: https://github.com/psf/black
39-
rev: 24.10.0
39+
rev: 25.1.0
4040
hooks:
4141
- id: black
4242

0 commit comments

Comments
 (0)