Update pre-commit hook python-jsonschema/check-jsonschema to v0.27.3 #51
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.18.4
->0.27.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.27.3
Compare Source
(2023-12-05)
avoids reaching OS limits for open file descriptors. Thanks
:user:
ianmackinnon
! (:issue:352
)(:pr:
363
)v0.27.2
Compare Source
nikolaik
!(:pr:
339
)github-workflows-require-timeout
schema which forbadethe use of GitHub expression syntax for the timeout value. (:issue:
354
)v0.27.1
Compare Source
readthedocs, renovate (2023-11-03)
v0.27.0
Compare Source
renovate (2023-09-27)
--validator-class
option for specifying a customjsonschema.protocols.Validator
class to use (:pr:327
, :issue:262
)-
(:pr:332
,:issue:
251
).
chars. Thanks:user:
skwde
! (:pr:325
)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.
v0.23.3
Compare Source
readthedocs, renovate (2023-07-11)
djgoku
!(:pr:
282
)v0.23.2
Compare Source
Last-Modified
headers in thecaching downloader. Thanks :user:
balihb
! (:issue:275
)v0.23.1
Compare Source
updated to allow for workflow call jobs (which cannot have a timeout)
v0.23.0
Compare Source
github-workflows, gitlab-ci, renovate (2023-05-03)
--disable-formats
replaces and enhances the--disable-format
flag.--disable-formats
takes a format to disableand may be passed multiple times, allowing users to opt out of any specific
format checks.
--disable-formats "*"
can be used to disable all formatchecking.
--disable-format
is still supported, but is deprecated andemits a warning.
v0.22.0
Compare Source
travis (2023-03-08)
check-dependabot
hook now also supports.github/dependabot.yaml
Thanks :user:
noorul
!jsonschema
, which was intendedto change in v0.21.0
v0.21.0
Compare Source
--check-metaschema
was not building validators correctly.The metaschema's schema dialect is chosen correctly now, and metaschema
formats are now checked by default. This can be disabled with
--disable-format
.$schema
dialect to format checker classesjsonschema>=4.5.1
--color [never|always|auto]
. Thanks :user:WillDaSilva
!v0.20.0
Compare Source
github-workflows, gitlab-ci, readthedocs, renovate, travis (2023-01-03)
--fill-defaults
argument which eagerly populates"default"
values whenever they are encountered and a value is not already present
(:issue:
200
)198
)v0.19.2
Compare Source
downloaded data is not valid JSON (:issue:
183
)--show-all-validation-errors
optiontomllib
as an alternative totomli
action.yml
oraction.yaml
for action definitions in.github/actions/
, in accordancewith the GitHub Documentation (:pr:
186
)v0.19.1
Compare Source
/proc/self/fd/
mechanism (:issue:
176
)v0.19.0
Compare Source
--default-filetype
nowdefaults to
json
, and can be passedtoml
orjson5
if thoseparsers are installed. Detection is now only done by suffix mapping and will
not attempt to read files.
Configuration
📅 Schedule: Branch creation - "before 9am on friday" in timezone Asia/Jerusalem, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.