Skip to content

Commit 8dfc4af

Browse files
committed
[.pre-commit-config.yaml]: Update Hooks
* Update https://github.com/python-jsonschema/check-jsonschema from `0.27.3` to `0.27.4`. * Update https://github.com/PyCQA/bandit from `1.7.6` to `1.7.7`.
1 parent 678e3e0 commit 8dfc4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.3"
111+
rev: "0.27.4"
112112
hooks:
113113
# Validate Dependabot Config (v2) against the schema provided by
114114
# SchemaStore.
@@ -193,7 +193,7 @@ repos:
193193
- "pep8-naming >=0.1, <1.0"
194194

195195
- repo: "https://github.com/PyCQA/bandit"
196-
rev: "1.7.6"
196+
rev: "1.7.7"
197197
hooks:
198198
# Check code security with bandit.
199199
- id: "bandit"

0 commit comments

Comments
 (0)