Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.23.3 → 0.24.1](python-jsonschema/check-jsonschema@0.23.3...0.24.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 14, 2023
1 parent 9ef8375 commit 7e9682b
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 @@ -27,7 +27,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']
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.3
rev: 0.24.1
hooks:
# verify github syntaxes
- id: check-github-workflows

0 comments on commit 7e9682b

Please sign in to comment.