chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.31.0
Compare changes
+ 1
− 1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
python-jsonschema/check-jsonschema | repository | minor |
0.30.0 -> 0.31.0
|
Note: The pre-commit
manager in Renovate is not supported by the pre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.
v0.31.0
Update vendored schemas: azure-pipelines, bamboo-spec, buildkite, circle-ci, dependabot, gitlab-ci, mergify, readthedocs, renovate, taskfile (2025-01-07)
Drop support for Python 3.8
Rename --format-regex
to --regex-variant
and convert
--format-regex
to a deprecated alias.
It will be removed in a future release.
Regular expression interpretation in "pattern"
, "patternProperties"
, and
"format": "regex"
usages now uses unicode-mode JS regular expressions by
default. (:issue:353
)
--regex-variant nonunicode
to get non-unicode JS regular
expressions, the default behavior from previous versions.jsonschema
library's extend()
API to control the pattern
and
patternProperties
keywords.This MR has been generated by Renovate Bot.