File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 33## Unreleased
44
55<!-- vendor-insert-here -->
6+
7+ ## 0.14.0
8+
69- Drop support for python3.6 and improve internal type annotations
710- Update vendored schemas (2022-02-28)
811- Improve handling of file-URI inputs on Windows
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ files. All you need to add to your `.pre-commit-config.yaml` is this:
5959
6060``` yaml
6161- repo : https://github.com/python-jsonschema/check-jsonschema
62- rev : 0.13 .0
62+ rev : 0.14 .0
6363 hooks :
6464 - id : check-github-workflows
6565` ` `
@@ -72,7 +72,7 @@ manually, you could do this:
7272
7373` ` ` yaml
7474- repo : https://github.com/python-jsonschema/check-jsonschema
75- rev : 0.13 .0
75+ rev : 0.14 .0
7676 hooks :
7777 - id : check-jsonschema
7878 name : " Check GitHub Workflows"
@@ -86,7 +86,7 @@ And to check with the builtin schema that a GitHub workflow sets
8686
8787` ` ` yaml
8888- repo: https://github.com/python-jsonschema/check-jsonschema
89- rev: 0.13 .0
89+ rev: 0.14 .0
9090 hooks:
9191 - id: check-jsonschema
9292 name: "Check GitHub Workflows set timeout-minutes"
@@ -244,7 +244,7 @@ For example,
244244
245245` ` ` yaml
246246- repo: https://github.com/python-jsonschema/check-jsonschema
247- rev: 0.13 .0
247+ rev: 0.14 .0
248248 hooks:
249249 - id: check-renovate
250250 additional_dependencies: ['pyjson5']
Original file line number Diff line number Diff line change 11[metadata]
22name = check-jsonschema
3- version = 0.13 .0
3+ version = 0.14 .0
44description = A jsonschema CLI and pre-commit hook
55long_description = file: README.md
66long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments