diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae88430f..2c47bc3b 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.28.3 + rev: 0.28.4 hooks: # verify github syntaxes - id: check-github-actions @@ -39,7 +39,7 @@ repos: - id: check-dependabot - repo: https://github.com/codespell-project/codespell # see setup.cfg - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: [--write-changes]