Skip to content

Commit

Permalink
Renovate: python-jsonschema/check-jsonschema to v0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent 830fe2e commit 9a94d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:
- --fix=lf
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
# Schemas taken from https://www.schemastore.org/json/
- id: check-jsonschema
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
- --fix=lf
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
# Schemas taken from https://www.schemastore.org/json/
- id: check-jsonschema
Expand Down

0 comments on commit 9a94d93

Please sign in to comment.