Skip to content

Commit 1061964

Browse files
committed
[.pre-commit-config.yaml]: Update Hooks
* https://github.com/pre-commit/pre-commit-hooks from `v4.6.0` to `v5.0.0` * https://github.com/python-jsonschema/check-jsonschema from `0.29.0` to `0.29.4` * https://github.com/PyCQA/flake8 from `7.1.0` to `7.1.1` * https://github.com/PyCQA/bandit from `1.7.9` to `1.7.10`
1 parent 8f9321c commit 1061964

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
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.6.0"
33+
rev: "v5.0.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.29.0"
111+
rev: "0.29.4"
112112
hooks:
113113
# Validate Dependabot Config (v2) against the schema provided by
114114
# SchemaStore.
@@ -176,7 +176,7 @@ repos:
176176
- "--color"
177177

178178
- repo: "https://github.com/PyCQA/flake8"
179-
rev: "7.1.0"
179+
rev: "7.1.1"
180180
hooks:
181181
# Lint Python code with Flake8.
182182
- id: "flake8"
@@ -195,7 +195,7 @@ repos:
195195
- "pep8-naming >=0.1, <1.0"
196196

197197
- repo: "https://github.com/PyCQA/bandit"
198-
rev: "1.7.9"
198+
rev: "1.7.10"
199199
hooks:
200200
# Check code security with bandit.
201201
- id: "bandit"

0 commit comments

Comments
 (0)