Skip to content

Commit b823111

Browse files
mcdonnnjjmorrowomni
authored andcommitted
Update pre-commit hook versions
This is done automatically with the `pre-commit autoupdate` command.
1 parent 7250368 commit b823111

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 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.33.0
34+
rev: v0.34.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.6
40+
rev: v3.0.0-alpha.9-for-vscode
4141
hooks:
4242
- id: prettier
4343
- repo: https://github.com/adrienverge/yamllint
44-
rev: v1.30.0
44+
rev: v1.32.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.22.0
52+
rev: 0.23.1
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.2.1
59+
rev: v3.3.2
6060
hooks:
6161
- id: validate_manifest
6262

@@ -88,7 +88,7 @@ repos:
8888
args:
8989
- --config=.bandit.yml
9090
- repo: https://github.com/psf/black
91-
rev: 23.1.0
91+
rev: 23.3.0
9292
hooks:
9393
- id: black
9494
- repo: https://github.com/PyCQA/flake8
@@ -102,31 +102,31 @@ repos:
102102
hooks:
103103
- id: isort
104104
- repo: https://github.com/pre-commit/mirrors-mypy
105-
rev: v1.1.1
105+
rev: v1.3.0
106106
hooks:
107107
- id: mypy
108108
- repo: https://github.com/asottile/pyupgrade
109-
rev: v3.3.1
109+
rev: v3.4.0
110110
hooks:
111111
- id: pyupgrade
112112

113113
# Ansible hooks
114114
- repo: https://github.com/ansible-community/ansible-lint
115-
rev: v5.4.0
115+
rev: v6.17.0
116116
hooks:
117117
- id: ansible-lint
118118
# files: molecule/default/playbook.yml
119119

120120
# Terraform hooks
121121
- repo: https://github.com/antonbabenko/pre-commit-terraform
122-
rev: v1.77.1
122+
rev: v1.80.0
123123
hooks:
124124
- id: terraform_fmt
125125
- id: terraform_validate
126126

127127
# Docker hooks
128128
- repo: https://github.com/IamTheFij/docker-pre-commit
129-
rev: v2.1.1
129+
rev: v3.0.1
130130
hooks:
131131
- id: docker-compose-check
132132

0 commit comments

Comments
 (0)