File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
repos :
22
22
# Autoformat: Python code, syntax patterns are modernized
23
23
- repo : https://github.com/asottile/pyupgrade
24
- rev : v2.37.3
24
+ rev : v3.1.0
25
25
hooks :
26
26
- id : pyupgrade
27
27
args :
28
28
- --py38-plus
29
29
30
30
# Autoformat: Python code
31
31
- repo : https://github.com/psf/black
32
- rev : 22.6 .0
32
+ rev : 22.10 .0
33
33
hooks :
34
34
- id : black
35
35
args :
@@ -53,12 +53,12 @@ repos:
53
53
54
54
# Autoformat: markdown, yaml (but not helm templates)
55
55
- repo : https://github.com/pre-commit/mirrors-prettier
56
- rev : v2.7 .1
56
+ rev : v3.0.0-alpha .1
57
57
hooks :
58
58
- id : prettier
59
59
60
60
# Reset Chart.yaml version and values.yaml image tags
61
61
- repo : https://github.com/jupyterhub/chartpress
62
- rev : 1.3 .0
62
+ rev : 2.1 .0
63
63
hooks :
64
64
- id : chartpress
You can’t perform that action at this time.
0 commit comments