chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.26.3 #430
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.23.3
->0.26.3
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)
v0.26.3
Compare Source
v0.26.2
Compare Source
-v/--verbose
is used, output will include a list of all files whichwere checked on success (:issue:
312
)v0.26.1
Compare Source
v0.26.0
Compare Source
default. (:issue:
302
)--format-regex disabled
option has been removed. Users should use--disable-formats regex
if they wish to disable regex format checking.--disable-format
flag has been removed. Users should use--disable-formats "*"
if they wish to disable all format checking.v0.25.0
Compare Source
github-workflows, readthedocs, renovate, travis (2023-08-25)
s-weigand
!(:pr:
299
)--base-uri
option for specifying an explicit base URI (:pr:305
)v0.24.1
Compare Source
$ref
resolution behaviorv0.24.0
Compare Source
travis (2023-08-08)
jsonschema
library is now4.18.0
,which introduces new
$ref
resolution behavior and fixes. That behavior isused in all cases, which should result in faster evaluation especially on
large schemas.
$ref
usage may now refer to YAML, TOML, or JSON5 files, or any othernon-JSON format supported by
check-jsonschema
. The file type is inferredonly from the file extension in these cases and defaults to JSON if there is
no recognizable extension.
URL ends with the appropriate extension and the matching parser is available.
Extensionless URLs are treated as JSON.
Configuration
📅 Schedule: Branch creation - "every month" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.