Skip to content

Commit de92c3c

Browse files
authored
Merge pull request #183 from cisagov/maintenance/update_pre-commit_hooks
Update `pre-commit` hooks
2 parents e79569c + 8e55b8e commit de92c3c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.pre-commit-config.yaml

+13-13
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_language_version:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v4.6.0
99
hooks:
1010
- id: check-case-conflict
1111
- id: check-executables-have-shebangs
@@ -31,7 +31,7 @@ repos:
3131

3232
# Text file hooks
3333
- repo: https://github.com/igorshubovych/markdownlint-cli
34-
rev: v0.39.0
34+
rev: v0.41.0
3535
hooks:
3636
- id: markdownlint
3737
args:
@@ -46,7 +46,7 @@ repos:
4646
# mirror does not pull tags for old major versions once a new major
4747
# version tag is published.
4848
additional_dependencies:
49-
- prettier@3.2.5
49+
- prettier@3.3.1
5050
- repo: https://github.com/adrienverge/yamllint
5151
rev: v1.35.1
5252
hooks:
@@ -56,14 +56,14 @@ repos:
5656

5757
# GitHub Actions hooks
5858
- repo: https://github.com/python-jsonschema/check-jsonschema
59-
rev: 0.28.0
59+
rev: 0.28.4
6060
hooks:
6161
- id: check-github-actions
6262
- id: check-github-workflows
6363

6464
# pre-commit hooks
6565
- repo: https://github.com/pre-commit/pre-commit
66-
rev: v3.6.2
66+
rev: v3.7.1
6767
hooks:
6868
- id: validate_manifest
6969

@@ -98,7 +98,7 @@ repos:
9898

9999
# Shell script hooks
100100
- repo: https://github.com/scop/pre-commit-shfmt
101-
rev: v3.7.0-4
101+
rev: v3.8.0-1
102102
hooks:
103103
- id: shfmt
104104
args:
@@ -116,19 +116,19 @@ repos:
116116
# Redirect operators are followed by a space
117117
- --space-redirects
118118
- repo: https://github.com/shellcheck-py/shellcheck-py
119-
rev: v0.9.0.6
119+
rev: v0.10.0.1
120120
hooks:
121121
- id: shellcheck
122122

123123
# Python hooks
124124
- repo: https://github.com/PyCQA/bandit
125-
rev: 1.7.7
125+
rev: 1.7.8
126126
hooks:
127127
- id: bandit
128128
args:
129129
- --config=.bandit.yml
130130
- repo: https://github.com/psf/black-pre-commit-mirror
131-
rev: 24.2.0
131+
rev: 24.4.2
132132
hooks:
133133
- id: black
134134
- repo: https://github.com/PyCQA/flake8
@@ -142,24 +142,24 @@ repos:
142142
hooks:
143143
- id: isort
144144
- repo: https://github.com/pre-commit/mirrors-mypy
145-
rev: v1.8.0
145+
rev: v1.10.0
146146
hooks:
147147
- id: mypy
148148
- repo: https://github.com/asottile/pyupgrade
149-
rev: v3.15.1
149+
rev: v3.15.2
150150
hooks:
151151
- id: pyupgrade
152152

153153
# Ansible hooks
154154
- repo: https://github.com/ansible/ansible-lint
155-
rev: v24.2.0
155+
rev: v24.6.0
156156
hooks:
157157
- id: ansible-lint
158158
# files: molecule/default/playbook.yml
159159

160160
# Terraform hooks
161161
- repo: https://github.com/antonbabenko/pre-commit-terraform
162-
rev: v1.88.0
162+
rev: v1.90.0
163163
hooks:
164164
- id: terraform_fmt
165165
- id: terraform_validate

0 commit comments

Comments
 (0)