Skip to content

Commit 71dadb4

Browse files
chore(deps): renovate: python-jsonschema/check-jsonschema to v0.35.0
1 parent 693e907 commit 71dadb4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
- --fix=lf
5050
- id: trailing-whitespace
5151
- repo: https://github.com/python-jsonschema/check-jsonschema
52-
rev: 0.34.1
52+
rev: 0.35.0
5353
hooks:
5454
# Schemas taken from https://www.schemastore.org/json/
5555
- id: check-jsonschema

tests/data/test_package_generation/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
- --fix=lf
4242
- id: trailing-whitespace
4343
- repo: https://github.com/python-jsonschema/check-jsonschema
44-
rev: 0.34.1
44+
rev: 0.35.0
4545
hooks:
4646
# Schemas taken from https://www.schemastore.org/json/
4747
- id: check-jsonschema

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
- --fix=lf
4242
- id: trailing-whitespace
4343
- repo: https://github.com/python-jsonschema/check-jsonschema
44-
rev: 0.34.1
44+
rev: 0.35.0
4545
hooks:
4646
# Schemas taken from https://www.schemastore.org/json/
4747
- id: check-jsonschema

0 commit comments

Comments
 (0)