Skip to content

Commit c47038b

Browse files
committed
Revert updated versions for existing hooks
1 parent a346fb5 commit c47038b

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.pre-commit-config.yaml

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

3232
# Text file hooks
3333
- repo: https://github.com/igorshubovych/markdownlint-cli
34-
rev: v0.34.0
34+
rev: v0.33.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.0-alpha.6
4141
hooks:
4242
- id: prettier
4343
- repo: https://github.com/adrienverge/yamllint
44-
rev: v1.31.0
44+
rev: v1.30.0
4545
hooks:
4646
- id: yamllint
4747
args:
4848
- --strict
4949

5050
# GitHub Actions hooks
5151
- repo: https://github.com/python-jsonschema/check-jsonschema
52-
rev: 0.23.0
52+
rev: 0.22.0
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.1
59+
rev: v3.2.1
6060
hooks:
6161
- id: validate_manifest
6262

@@ -96,6 +96,7 @@ repos:
9696
- id: go-sec-pkg
9797
- id: go-sec-repo-mod
9898
- id: go-sec-repo-pkg
99+
99100
# Shell script hooks
100101
- repo: https://github.com/cisagov/pre-commit-shfmt
101102
rev: v0.0.2
@@ -124,7 +125,7 @@ repos:
124125
args:
125126
- --config=.bandit.yml
126127
- repo: https://github.com/psf/black
127-
rev: 23.3.0
128+
rev: 23.1.0
128129
hooks:
129130
- id: black
130131
- repo: https://github.com/PyCQA/flake8
@@ -138,31 +139,31 @@ repos:
138139
hooks:
139140
- id: isort
140141
- repo: https://github.com/pre-commit/mirrors-mypy
141-
rev: v1.2.0
142+
rev: v1.1.1
142143
hooks:
143144
- id: mypy
144145
- repo: https://github.com/asottile/pyupgrade
145-
rev: v3.3.2
146+
rev: v3.3.1
146147
hooks:
147148
- id: pyupgrade
148149

149150
# Ansible hooks
150151
- repo: https://github.com/ansible-community/ansible-lint
151-
rev: v6.15.0
152+
rev: v5.4.0
152153
hooks:
153154
- id: ansible-lint
154155
# files: molecule/default/playbook.yml
155156

156157
# Terraform hooks
157158
- repo: https://github.com/antonbabenko/pre-commit-terraform
158-
rev: v1.78.0
159+
rev: v1.77.1
159160
hooks:
160161
- id: terraform_fmt
161162
- id: terraform_validate
162163

163164
# Docker hooks
164165
- repo: https://github.com/IamTheFij/docker-pre-commit
165-
rev: v3.0.1
166+
rev: v2.1.1
166167
hooks:
167168
- id: docker-compose-check
168169

@@ -171,4 +172,4 @@ repos:
171172
rev: v0.0.2
172173
hooks:
173174
- id: packer_validate
174-
- id: packer_fmt
175+
- id: packer_fmt

0 commit comments

Comments
 (0)