1616 - id : check-useless-excludes
1717
1818 - repo : https://github.com/pre-commit/pre-commit-hooks
19- rev : v5 .0.0
19+ rev : v6 .0.0
2020 hooks :
2121 - id : check-case-conflict
2222 - id : check-executables-have-shebangs
@@ -45,38 +45,38 @@ repos:
4545
4646 # Text file hooks
4747 - repo : https://github.com/igorshubovych/markdownlint-cli
48- rev : v0.44 .0
48+ rev : v0.45 .0
4949 hooks :
5050 - id : markdownlint
5151 args :
5252 - --config=.mdl_config.yaml
5353 - repo : https://github.com/rbubley/mirrors-prettier
54- rev : v3.5.3
54+ rev : v3.6.2
5555 hooks :
5656 - id : prettier
5757 - repo : https://github.com/adrienverge/yamllint
58- rev : v1.37.0
58+ rev : v1.37.1
5959 hooks :
6060 - id : yamllint
6161 args :
6262 - --strict
6363
6464 # GitHub Actions hooks
6565 - repo : https://github.com/python-jsonschema/check-jsonschema
66- rev : 0.32.1
66+ rev : 0.33.3
6767 hooks :
6868 - id : check-github-actions
6969 - id : check-github-workflows
7070
7171 # pre-commit hooks
7272 - repo : https://github.com/pre-commit/pre-commit
73- rev : v4.2 .0
73+ rev : v4.3 .0
7474 hooks :
7575 - id : validate_manifest
7676
7777 # Go hooks
7878 - repo : https://github.com/TekWizely/pre-commit-golang
79- rev : v1.0.0-rc.1
79+ rev : v1.0.0-rc.2
8080 hooks :
8181 # Go Build
8282 - id : go-build-repo-mod
@@ -105,7 +105,7 @@ repos:
105105
106106 # Shell script hooks
107107 - repo : https://github.com/scop/pre-commit-shfmt
108- rev : v3.11 .0-1
108+ rev : v3.12 .0-2
109109 hooks :
110110 - id : shfmt
111111 args :
@@ -123,13 +123,13 @@ repos:
123123 # Redirect operators are followed by a space
124124 - --space-redirects
125125 - repo : https://github.com/shellcheck-py/shellcheck-py
126- rev : v0.10 .0.1
126+ rev : v0.11 .0.1
127127 hooks :
128128 - id : shellcheck
129129
130130 # Python hooks
131131 - repo : https://github.com/PyCQA/bandit
132- rev : 1.8.3
132+ rev : 1.8.6
133133 hooks :
134134 - id : bandit
135135 args :
@@ -139,7 +139,7 @@ repos:
139139 hooks :
140140 - id : black
141141 - repo : https://github.com/PyCQA/flake8
142- rev : 7.1.2
142+ rev : 7.3.0
143143 hooks :
144144 - id : flake8
145145 additional_dependencies :
@@ -149,11 +149,11 @@ repos:
149149 hooks :
150150 - id : isort
151151 - repo : https://github.com/pre-commit/mirrors-mypy
152- rev : v1.15.0
152+ rev : v1.18.1
153153 hooks :
154154 - id : mypy
155155 - repo : https://github.com/pypa/pip-audit
156- rev : v2.8 .0
156+ rev : v2.9 .0
157157 hooks :
158158 - id : pip-audit
159159 args :
@@ -165,13 +165,13 @@ repos:
165165 - --requirement
166166 - requirements.txt
167167 - repo : https://github.com/asottile/pyupgrade
168- rev : v3.19.1
168+ rev : v3.20.0
169169 hooks :
170170 - id : pyupgrade
171171
172172 # Ansible hooks
173173 - repo : https://github.com/ansible/ansible-lint
174- rev : v25.4 .0
174+ rev : v25.9 .0
175175 hooks :
176176 - id : ansible-lint
177177 additional_dependencies :
@@ -215,7 +215,7 @@ repos:
215215
216216 # Terraform hooks
217217 - repo : https://github.com/antonbabenko/pre-commit-terraform
218- rev : v1.98 .0
218+ rev : v1.100 .0
219219 hooks :
220220 - id : terraform_fmt
221221 - id : terraform_validate
@@ -228,7 +228,7 @@ repos:
228228
229229 # Packer hooks
230230 - repo : https://github.com/cisagov/pre-commit-packer
231- rev : v0.3.0
231+ rev : v0.3.1
232232 hooks :
233233 - id : packer_fmt
234234 - id : packer_validate
0 commit comments