Skip to content

Commit 44cd1be

Browse files
authored
Merge pull request #185 from cisagov/maintenance/update_pre-commit_hooks
Update `pre-commit` hooks
2 parents e61255c + 553efcb commit 44cd1be

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535

3636
# Text file hooks
3737
- repo: https://github.com/igorshubovych/markdownlint-cli
38-
rev: v0.41.0
38+
rev: v0.42.0
3939
hooks:
4040
- id: markdownlint
4141
args:
@@ -50,7 +50,7 @@ repos:
5050
# mirror does not pull tags for old major versions once a new major
5151
# version tag is published.
5252
additional_dependencies:
53-
53+
5454
- repo: https://github.com/adrienverge/yamllint
5555
rev: v1.35.1
5656
hooks:
@@ -60,14 +60,14 @@ repos:
6060

6161
# GitHub Actions hooks
6262
- repo: https://github.com/python-jsonschema/check-jsonschema
63-
rev: 0.28.4
63+
rev: 0.29.2
6464
hooks:
6565
- id: check-github-actions
6666
- id: check-github-workflows
6767

6868
# pre-commit hooks
6969
- repo: https://github.com/pre-commit/pre-commit
70-
rev: v3.7.1
70+
rev: v3.8.0
7171
hooks:
7272
- id: validate_manifest
7373

@@ -102,7 +102,7 @@ repos:
102102

103103
# Shell script hooks
104104
- repo: https://github.com/scop/pre-commit-shfmt
105-
rev: v3.8.0-1
105+
rev: v3.9.0-1
106106
hooks:
107107
- id: shfmt
108108
args:
@@ -126,17 +126,17 @@ repos:
126126

127127
# Python hooks
128128
- repo: https://github.com/PyCQA/bandit
129-
rev: 1.7.8
129+
rev: 1.7.10
130130
hooks:
131131
- id: bandit
132132
args:
133133
- --config=.bandit.yml
134134
- repo: https://github.com/psf/black-pre-commit-mirror
135-
rev: 24.4.2
135+
rev: 24.8.0
136136
hooks:
137137
- id: black
138138
- repo: https://github.com/PyCQA/flake8
139-
rev: 7.0.0
139+
rev: 7.1.1
140140
hooks:
141141
- id: flake8
142142
additional_dependencies:
@@ -146,7 +146,7 @@ repos:
146146
hooks:
147147
- id: isort
148148
- repo: https://github.com/pre-commit/mirrors-mypy
149-
rev: v1.10.0
149+
rev: v1.11.2
150150
hooks:
151151
- id: mypy
152152
- repo: https://github.com/pypa/pip-audit
@@ -162,13 +162,13 @@ repos:
162162
- --requirement
163163
- requirements.txt
164164
- repo: https://github.com/asottile/pyupgrade
165-
rev: v3.15.2
165+
rev: v3.17.0
166166
hooks:
167167
- id: pyupgrade
168168

169169
# Ansible hooks
170170
- repo: https://github.com/ansible/ansible-lint
171-
rev: v24.6.0
171+
rev: v24.9.2
172172
hooks:
173173
- id: ansible-lint
174174
additional_dependencies:
@@ -193,7 +193,7 @@ repos:
193193

194194
# Terraform hooks
195195
- repo: https://github.com/antonbabenko/pre-commit-terraform
196-
rev: v1.90.0
196+
rev: v1.96.1
197197
hooks:
198198
- id: terraform_fmt
199199
- id: terraform_validate
@@ -206,7 +206,7 @@ repos:
206206

207207
# Packer hooks
208208
- repo: https://github.com/cisagov/pre-commit-packer
209-
rev: v0.0.2
209+
rev: v0.1.0
210210
hooks:
211211
- id: packer_validate
212212
- id: packer_fmt

0 commit comments

Comments
 (0)