Skip to content

Commit 242dca4

Browse files
authored
Merge pull request #973 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8348d4a + 5169301 commit 242dca4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.15.0
14+
rev: v3.15.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.2.1
25+
rev: v2.3.1
2626
hooks:
2727
- id: autoflake
2828
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -37,7 +37,7 @@ repos:
3737

3838
# Autoformat: Python code
3939
- repo: https://github.com/psf/black
40-
rev: 24.1.1
40+
rev: 24.3.0
4141
hooks:
4242
- id: black
4343

0 commit comments

Comments
 (0)