Skip to content

Commit 9203515

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.27.3](python-jsonschema/check-jsonschema@0.27.0...0.27.3) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 23.12.1](psf/black-pre-commit-mirror@23.9.1...23.12.1) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.6](PyCQA/bandit@1.7.5...1.7.6) - [github.com/markdownlint/markdownlint: v0.9.0 → v0.12.0](markdownlint/markdownlint@v0.9.0...v0.12.0)
1 parent b8e45e0 commit 9203515

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.0"
111+
rev: "0.27.3"
112112
hooks:
113113
# Validate Dependabot Config (v2) against the schema provided by
114114
# SchemaStore.
@@ -145,7 +145,7 @@ repos:
145145
- id: "rst-inline-touching-normal"
146146

147147
- repo: "https://github.com/PyCQA/isort"
148-
rev: "5.12.0"
148+
rev: "5.13.2"
149149
hooks:
150150
# Sort import statements with isort
151151
- id: "isort"
@@ -161,7 +161,7 @@ repos:
161161
- "colorama"
162162

163163
- repo: "https://github.com/psf/black-pre-commit-mirror"
164-
rev: "23.9.1"
164+
rev: "23.12.1"
165165
hooks:
166166
# Format Python code with black.
167167
- id: "black"
@@ -193,7 +193,7 @@ repos:
193193
- "pep8-naming >=0.1, <1.0"
194194

195195
- repo: "https://github.com/PyCQA/bandit"
196-
rev: "1.7.5"
196+
rev: "1.7.6"
197197
hooks:
198198
# Check code security with bandit.
199199
- id: "bandit"
@@ -262,7 +262,7 @@ repos:
262262
# v0.12.0 requires ruby2.7
263263
# v0.11.0 and v0.10.0 require ruby2.6
264264
# => stay at v0.9.0
265-
rev: "v0.9.0"
265+
rev: "v0.12.0"
266266
hooks:
267267
# Lint Markdown files with markdownlint.
268268
- id: "markdownlint"

0 commit comments

Comments
 (0)