Skip to content

Commit fe5a893

Browse files
authored
Merge pull request #305 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 3a65827 + 7b72ab7 commit fe5a893

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
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:
1818
- --py38-plus
1919

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

3535
# Autoformat: Python code
3636
- repo: https://github.com/psf/black
37-
rev: "24.1.1"
37+
rev: "24.3.0"
3838
hooks:
3939
- id: black
4040

0 commit comments

Comments
 (0)