diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7dbe03d..39d6a259 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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.27.4 + rev: 0.28.0 hooks: # verify github syntaxes - id: check-github-workflows