File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
repos :
15
15
# Autoupdate: Python code
16
16
- repo : https://github.com/asottile/pyupgrade
17
- rev : v3.3.1
17
+ rev : v3.3.2
18
18
hooks :
19
19
- id : pyupgrade
20
20
args : [--py39-plus]
35
35
36
36
# Check python code static typing
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : v1.1.1
38
+ rev : v1.2.0
39
39
hooks :
40
40
- id : mypy
41
41
args : [--config, ./mypy.ini]
52
52
53
53
# Autoformat: YAML, JSON, Markdown, etc.
54
54
- repo : https://github.com/pre-commit/mirrors-prettier
55
- rev : v3.0.0-alpha.6
55
+ rev : v3.0.0-alpha.9-for-vscode
56
56
hooks :
57
57
- id : prettier
58
58
74
74
75
75
# Lint: YAML
76
76
- repo : https://github.com/adrienverge/yamllint.git
77
- rev : v1.30 .0
77
+ rev : v1.31 .0
78
78
hooks :
79
79
- id : yamllint
80
80
args : ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]
@@ -102,7 +102,7 @@ repos:
102
102
103
103
# Lint: Markdown
104
104
- repo : https://github.com/igorshubovych/markdownlint-cli
105
- rev : v0.33 .0
105
+ rev : v0.34 .0
106
106
hooks :
107
107
- id : markdownlint
108
108
args : ["--fix"]
You can’t perform that action at this time.
0 commit comments