Skip to content

Commit 2a776ad

Browse files
committed
[.pre-commit-config.yaml]: Update Hooks
Updates: * https://github.com/pre-commit/pre-commit-hooks from `v4.5.0` to `v4.6.0`. * https://github.com/python-jsonschema/check-jsonschema from `0.27.2` to `0.28.2`. * https://github.com/PyCQA/bandit from `1.7.7` to `1.7.8`. * https://github.com/shellcheck-py/shellcheck-py from `v0.9.0.6` to `v0.10.0.1`
1 parent 81bb80f commit 2a776ad

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.pre-commit-config.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ci:
3030

3131
repos:
3232
- repo: "https://github.com/pre-commit/pre-commit-hooks"
33-
rev: "v4.5.0"
33+
rev: "v4.6.0"
3434
hooks:
3535
### Git ###
3636
# Protect specific branches from direct check-ins.
@@ -108,7 +108,7 @@ repos:
108108
- id: "check-pre-commit-ci-config"
109109

110110
- repo: "https://github.com/python-jsonschema/check-jsonschema"
111-
rev: "0.27.4"
111+
rev: "0.28.2"
112112
hooks:
113113
# Validate Dependabot Config (v2) against the schema provided by
114114
# SchemaStore.
@@ -161,6 +161,8 @@ repos:
161161
- "colorama"
162162

163163
- repo: "https://github.com/psf/black-pre-commit-mirror"
164+
# Stay at black version 23, because some formatting rules change in
165+
# version 24.
164166
rev: "23.12.1"
165167
hooks:
166168
# Format Python code with black.
@@ -193,7 +195,7 @@ repos:
193195
- "pep8-naming >=0.1, <1.0"
194196

195197
- repo: "https://github.com/PyCQA/bandit"
196-
rev: "1.7.7"
198+
rev: "1.7.8"
197199
hooks:
198200
# Check code security with bandit.
199201
- id: "bandit"
@@ -236,7 +238,7 @@ repos:
236238
- "-l"
237239

238240
- repo: "https://github.com/shellcheck-py/shellcheck-py"
239-
rev: "v0.9.0.6"
241+
rev: "v0.10.0.1"
240242
hooks:
241243
# Lint shell scripts with shellcheck.
242244
# NOTE: The official shellcheck hook from

0 commit comments

Comments
 (0)