Skip to content

Commit e7e4912

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

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
@@ -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.20.0
16+
rev: v3.21.0
1717
hooks:
1818
- id: pyupgrade
1919
args:
@@ -30,7 +30,7 @@ repos:
3030

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

0 commit comments

Comments
 (0)