diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57b96ca..783bf7d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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