Skip to content

Commit 94903ae

Browse files
authored
Merge pull request #142 from cisagov/maintenance/update_pre-commit_hooks
Update `pre-commit` hooks
2 parents ca49bea + 94d753d commit 94903ae

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ repos:
3131

3232
# Text file hooks
3333
- repo: https://github.com/igorshubovych/markdownlint-cli
34-
rev: v0.34.0
34+
rev: v0.36.0
3535
hooks:
3636
- id: markdownlint
3737
args:
3838
- --config=.mdl_config.yaml
3939
- repo: https://github.com/pre-commit/mirrors-prettier
40-
rev: v3.0.0-alpha.9-for-vscode
40+
rev: v3.0.3
4141
hooks:
4242
- id: prettier
4343
- repo: https://github.com/adrienverge/yamllint
@@ -49,14 +49,14 @@ repos:
4949

5050
# GitHub Actions hooks
5151
- repo: https://github.com/python-jsonschema/check-jsonschema
52-
rev: 0.23.1
52+
rev: 0.26.3
5353
hooks:
5454
- id: check-github-actions
5555
- id: check-github-workflows
5656

5757
# pre-commit hooks
5858
- repo: https://github.com/pre-commit/pre-commit
59-
rev: v3.3.2
59+
rev: v3.4.0
6060
hooks:
6161
- id: validate_manifest
6262

@@ -113,11 +113,11 @@ repos:
113113
args:
114114
- --config=.bandit.yml
115115
- repo: https://github.com/psf/black
116-
rev: 23.3.0
116+
rev: 23.9.1
117117
hooks:
118118
- id: black
119119
- repo: https://github.com/PyCQA/flake8
120-
rev: 6.0.0
120+
rev: 6.1.0
121121
hooks:
122122
- id: flake8
123123
additional_dependencies:
@@ -127,24 +127,24 @@ repos:
127127
hooks:
128128
- id: isort
129129
- repo: https://github.com/pre-commit/mirrors-mypy
130-
rev: v1.3.0
130+
rev: v1.5.1
131131
hooks:
132132
- id: mypy
133133
- repo: https://github.com/asottile/pyupgrade
134-
rev: v3.4.0
134+
rev: v3.10.1
135135
hooks:
136136
- id: pyupgrade
137137

138138
# Ansible hooks
139139
- repo: https://github.com/ansible/ansible-lint
140-
rev: v6.17.0
140+
rev: v6.19.0
141141
hooks:
142142
- id: ansible-lint
143143
# files: molecule/default/playbook.yml
144144

145145
# Terraform hooks
146146
- repo: https://github.com/antonbabenko/pre-commit-terraform
147-
rev: v1.80.0
147+
rev: v1.83.2
148148
hooks:
149149
- id: terraform_fmt
150150
- id: terraform_validate

0 commit comments

Comments
 (0)