Skip to content

Commit d826f72

Browse files
committed
[.pre-commit-config.yaml]: Update
Updates: * https://github.com/python-jsonschema/check-jsonschema from `0.28.6` to `0.29.0`. Downgrades: * https://github.com/psf/black-pre-commit-mirror from `24.4.2` to `23.12.1`. * https://github.com/markdownlint/markdownlint from `v0.12.0` to `v0.9.0`.
1 parent 3e79101 commit d826f72

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
@@ -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.28.6"
111+
rev: "0.29.0"
112112
hooks:
113113
# Validate Dependabot Config (v2) against the schema provided by
114114
# SchemaStore.
@@ -162,8 +162,8 @@ repos:
162162

163163
- repo: "https://github.com/psf/black-pre-commit-mirror"
164164
# Stay at black version 23, because some formatting rules change in
165-
# version 24.
166-
rev: "24.4.2"
165+
# version 24. Latest 23 version is 23.12.1.
166+
rev: "23.12.1"
167167
hooks:
168168
# Format Python code with black.
169169
- id: "black"
@@ -264,7 +264,7 @@ repos:
264264
# v0.12.0 requires ruby2.7
265265
# v0.11.0 and v0.10.0 require ruby2.6
266266
# => stay at v0.9.0
267-
rev: "v0.12.0"
267+
rev: "v0.9.0"
268268
hooks:
269269
# Lint Markdown files with markdownlint.
270270
- id: "markdownlint"

0 commit comments

Comments
 (0)