Skip to content

Commit b9c729f

Browse files
committed
Update pre-commit hook versions
This is done automatically with the `pre-commit autoupdate` command. The pre-commit/mirrors-prettier was manually held back because the latest tags are for alpha releases of the next major version.
1 parent c0eed09 commit b9c729f

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
@@ -5,7 +5,7 @@ default_language_version:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v4.5.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.36.0
34+
rev: v0.39.0
3535
hooks:
3636
- id: markdownlint
3737
args:
@@ -41,22 +41,22 @@ repos:
4141
hooks:
4242
- id: prettier
4343
- repo: https://github.com/adrienverge/yamllint
44-
rev: v1.32.0
44+
rev: v1.35.1
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.26.3
52+
rev: 0.28.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.4.0
59+
rev: v3.6.2
6060
hooks:
6161
- id: validate_manifest
6262

@@ -107,44 +107,44 @@ repos:
107107

108108
# Python hooks
109109
- repo: https://github.com/PyCQA/bandit
110-
rev: 1.7.5
110+
rev: 1.7.7
111111
hooks:
112112
- id: bandit
113113
args:
114114
- --config=.bandit.yml
115115
- repo: https://github.com/psf/black-pre-commit-mirror
116-
rev: 23.9.1
116+
rev: 24.2.0
117117
hooks:
118118
- id: black
119119
- repo: https://github.com/PyCQA/flake8
120-
rev: 6.1.0
120+
rev: 7.0.0
121121
hooks:
122122
- id: flake8
123123
additional_dependencies:
124124
- flake8-docstrings
125125
- repo: https://github.com/PyCQA/isort
126-
rev: 5.12.0
126+
rev: 5.13.2
127127
hooks:
128128
- id: isort
129129
- repo: https://github.com/pre-commit/mirrors-mypy
130-
rev: v1.5.1
130+
rev: v1.8.0
131131
hooks:
132132
- id: mypy
133133
- repo: https://github.com/asottile/pyupgrade
134-
rev: v3.10.1
134+
rev: v3.15.1
135135
hooks:
136136
- id: pyupgrade
137137

138138
# Ansible hooks
139139
- repo: https://github.com/ansible/ansible-lint
140-
rev: v6.19.0
140+
rev: v24.2.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.83.2
147+
rev: v1.88.0
148148
hooks:
149149
- id: terraform_fmt
150150
- id: terraform_validate

0 commit comments

Comments
 (0)