Skip to content

Commit 15ac4aa

Browse files
authored
Merge pull request #59 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f29189e + c80fd5c commit 15ac4aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
repos:
1212
# Autoformat: Python code, syntax patterns are modernized
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.15.2
14+
rev: v3.19.1
1515
hooks:
1616
- id: pyupgrade
1717
args:
@@ -27,13 +27,13 @@ repos:
2727

2828
# Autoformat: Python code
2929
- repo: https://github.com/pycqa/isort
30-
rev: 5.13.2
30+
rev: 6.0.0
3131
hooks:
3232
- id: isort
3333

3434
# Autoformat: Python code
3535
- repo: https://github.com/psf/black
36-
rev: 24.4.2
36+
rev: 25.1.0
3737
hooks:
3838
- id: black
3939

@@ -45,7 +45,7 @@ repos:
4545

4646
# Autoformat and linting, misc. details
4747
- repo: https://github.com/pre-commit/pre-commit-hooks
48-
rev: v4.6.0
48+
rev: v5.0.0
4949
hooks:
5050
- id: end-of-file-fixer
5151
- id: requirements-txt-fixer
@@ -54,7 +54,7 @@ repos:
5454

5555
# Linting: Python code (see the file .flake8)
5656
- repo: https://github.com/PyCQA/flake8
57-
rev: "7.0.0"
57+
rev: "7.1.1"
5858
hooks:
5959
- id: flake8
6060

0 commit comments

Comments
 (0)