Skip to content

Commit 9159d5a

Browse files
authored
Merge pull request #2852 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e955d20 + 2c72d76 commit 9159d5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
repos:
2222
# Autoformat: Python code, syntax patterns are modernized
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.37.3
24+
rev: v3.1.0
2525
hooks:
2626
- id: pyupgrade
2727
args:
2828
- --py38-plus
2929

3030
# Autoformat: Python code
3131
- repo: https://github.com/psf/black
32-
rev: 22.6.0
32+
rev: 22.10.0
3333
hooks:
3434
- id: black
3535
args:
@@ -53,12 +53,12 @@ repos:
5353

5454
# Autoformat: markdown, yaml (but not helm templates)
5555
- repo: https://github.com/pre-commit/mirrors-prettier
56-
rev: v2.7.1
56+
rev: v3.0.0-alpha.1
5757
hooks:
5858
- id: prettier
5959

6060
# Reset Chart.yaml version and values.yaml image tags
6161
- repo: https://github.com/jupyterhub/chartpress
62-
rev: 1.3.0
62+
rev: 2.1.0
6363
hooks:
6464
- id: chartpress

0 commit comments

Comments
 (0)