Skip to content

Commit 093c8d7

Browse files
authored
Merge pull request #1052 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 2657d23 + c74c67d commit 093c8d7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
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.21.0
14+
rev: v3.21.2
1515
hooks:
1616
- id: pyupgrade
1717
args:
@@ -22,7 +22,7 @@ repos:
2222

2323
# Autoformat: Python code
2424
- repo: https://github.com/PyCQA/autoflake
25-
rev: v2.3.1
25+
rev: v2.3.3
2626
hooks:
2727
- id: autoflake
2828
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -31,13 +31,13 @@ repos:
3131

3232
# Autoformat: Python code
3333
- repo: https://github.com/pycqa/isort
34-
rev: 7.0.0
34+
rev: 8.0.1
3535
hooks:
3636
- id: isort
3737

3838
# Autoformat: Python code
3939
- repo: https://github.com/psf/black-pre-commit-mirror
40-
rev: 25.9.0
40+
rev: 26.1.0
4141
hooks:
4242
- id: black
4343

0 commit comments

Comments
 (0)