Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#192)
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.29.0 → 0.29.1](python-jsonschema/check-jsonschema@0.29.0...0.29.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 30, 2024
1 parent cb6f739 commit 1c9555e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
# ruamel.yaml doesn't line wrap correctly (?) so set width to 1M to avoid issues
args: [--mapping=2, --offset=2, --sequence=4, --width=1000000, --implicit_start]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.0
rev: 0.29.1
hooks:
# verify github syntaxes
- id: check-github-actions
Expand Down

0 comments on commit 1c9555e

Please sign in to comment.