Skip to content

Commit 5c5ef79

Browse files
authored
Merge pull request jupyterhub#1883 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents d8bedee + 494295b commit 5c5ef79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
repos:
1212
# Autoformat: Python code, syntax patterns are modernized
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.17.0
14+
rev: v3.19.1
1515
hooks:
1616
- id: pyupgrade
1717
args:
1818
- --py38-plus
1919

2020
# Autoformat: Python code
2121
- repo: https://github.com/psf/black
22-
rev: 24.8.0
22+
rev: 25.1.0
2323
hooks:
2424
- id: black
2525
# args are not passed, but see the config in pyproject.toml
2626

2727
# Autoformat: Python code
2828
- repo: https://github.com/pycqa/isort
29-
rev: 5.13.2
29+
rev: 6.0.0
3030
hooks:
3131
- id: isort
3232
# args are not passed, but see the config in pyproject.toml
@@ -61,7 +61,7 @@ repos:
6161

6262
# Misc autoformatting and linting
6363
- repo: https://github.com/pre-commit/pre-commit-hooks
64-
rev: v4.6.0
64+
rev: v5.0.0
6565
hooks:
6666
- id: end-of-file-fixer
6767
exclude_types: [svg]

0 commit comments

Comments
 (0)