Skip to content

Commit d994edf

Browse files
authored
Merge pull request #104 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents d54bed2 + 4fc59b1 commit d994edf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919

2020
# Autoformat: Python code
2121
- repo: https://github.com/PyCQA/autoflake
22-
rev: v2.3.1
22+
rev: v2.3.3
2323
hooks:
2424
- id: autoflake
2525
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -28,13 +28,13 @@ repos:
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/pycqa/isort
31-
rev: 7.0.0
31+
rev: 9.0.0a3
3232
hooks:
3333
- id: isort
3434

3535
# Autoformat: Python code
3636
- repo: https://github.com/psf/black-pre-commit-mirror
37-
rev: 25.11.0
37+
rev: 26.3.1
3838
hooks:
3939
- id: black
4040

0 commit comments

Comments
 (0)