File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ repos:
31
31
32
32
# Text file hooks
33
33
- repo : https://github.com/igorshubovych/markdownlint-cli
34
- rev : v0.34 .0
34
+ rev : v0.36 .0
35
35
hooks :
36
36
- id : markdownlint
37
37
args :
38
38
- --config=.mdl_config.yaml
39
39
- repo : https://github.com/pre-commit/mirrors-prettier
40
- rev : v3.0.0-alpha.9-for-vscode
40
+ rev : v3.0.3
41
41
hooks :
42
42
- id : prettier
43
43
- repo : https://github.com/adrienverge/yamllint
@@ -49,14 +49,14 @@ repos:
49
49
50
50
# GitHub Actions hooks
51
51
- repo : https://github.com/python-jsonschema/check-jsonschema
52
- rev : 0.23.1
52
+ rev : 0.26.3
53
53
hooks :
54
54
- id : check-github-actions
55
55
- id : check-github-workflows
56
56
57
57
# pre-commit hooks
58
58
- repo : https://github.com/pre-commit/pre-commit
59
- rev : v3.3.2
59
+ rev : v3.4.0
60
60
hooks :
61
61
- id : validate_manifest
62
62
@@ -113,11 +113,11 @@ repos:
113
113
args :
114
114
- --config=.bandit.yml
115
115
- repo : https://github.com/psf/black
116
- rev : 23.3.0
116
+ rev : 23.9.1
117
117
hooks :
118
118
- id : black
119
119
- repo : https://github.com/PyCQA/flake8
120
- rev : 6.0 .0
120
+ rev : 6.1 .0
121
121
hooks :
122
122
- id : flake8
123
123
additional_dependencies :
@@ -127,24 +127,24 @@ repos:
127
127
hooks :
128
128
- id : isort
129
129
- repo : https://github.com/pre-commit/mirrors-mypy
130
- rev : v1.3.0
130
+ rev : v1.5.1
131
131
hooks :
132
132
- id : mypy
133
133
- repo : https://github.com/asottile/pyupgrade
134
- rev : v3.4.0
134
+ rev : v3.10.1
135
135
hooks :
136
136
- id : pyupgrade
137
137
138
138
# Ansible hooks
139
139
- repo : https://github.com/ansible/ansible-lint
140
- rev : v6.17 .0
140
+ rev : v6.19 .0
141
141
hooks :
142
142
- id : ansible-lint
143
143
# files: molecule/default/playbook.yml
144
144
145
145
# Terraform hooks
146
146
- repo : https://github.com/antonbabenko/pre-commit-terraform
147
- rev : v1.80.0
147
+ rev : v1.83.2
148
148
hooks :
149
149
- id : terraform_fmt
150
150
- id : terraform_validate
You can’t perform that action at this time.
0 commit comments