File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ default_language_version:
5
5
6
6
repos :
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.4 .0
8
+ rev : v4.5 .0
9
9
hooks :
10
10
- id : check-case-conflict
11
11
- id : check-executables-have-shebangs
31
31
32
32
# Text file hooks
33
33
- repo : https://github.com/igorshubovych/markdownlint-cli
34
- rev : v0.36 .0
34
+ rev : v0.39 .0
35
35
hooks :
36
36
- id : markdownlint
37
37
args :
@@ -41,22 +41,22 @@ repos:
41
41
hooks :
42
42
- id : prettier
43
43
- repo : https://github.com/adrienverge/yamllint
44
- rev : v1.32.0
44
+ rev : v1.35.1
45
45
hooks :
46
46
- id : yamllint
47
47
args :
48
48
- --strict
49
49
50
50
# GitHub Actions hooks
51
51
- repo : https://github.com/python-jsonschema/check-jsonschema
52
- rev : 0.26.3
52
+ rev : 0.28.0
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.4.0
59
+ rev : v3.6.2
60
60
hooks :
61
61
- id : validate_manifest
62
62
@@ -107,44 +107,44 @@ repos:
107
107
108
108
# Python hooks
109
109
- repo : https://github.com/PyCQA/bandit
110
- rev : 1.7.5
110
+ rev : 1.7.7
111
111
hooks :
112
112
- id : bandit
113
113
args :
114
114
- --config=.bandit.yml
115
115
- repo : https://github.com/psf/black-pre-commit-mirror
116
- rev : 23.9.1
116
+ rev : 24.2.0
117
117
hooks :
118
118
- id : black
119
119
- repo : https://github.com/PyCQA/flake8
120
- rev : 6.1 .0
120
+ rev : 7.0 .0
121
121
hooks :
122
122
- id : flake8
123
123
additional_dependencies :
124
124
- flake8-docstrings
125
125
- repo : https://github.com/PyCQA/isort
126
- rev : 5.12.0
126
+ rev : 5.13.2
127
127
hooks :
128
128
- id : isort
129
129
- repo : https://github.com/pre-commit/mirrors-mypy
130
- rev : v1.5.1
130
+ rev : v1.8.0
131
131
hooks :
132
132
- id : mypy
133
133
- repo : https://github.com/asottile/pyupgrade
134
- rev : v3.10 .1
134
+ rev : v3.15 .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.19 .0
140
+ rev : v24.2 .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.83.2
147
+ rev : v1.88.0
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