diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fbd3b3..fa02aad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: # catch git merge/rebase problems - id: check-merge-conflict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.6 + rev: v0.9.7 hooks: # lint & attempt to correct failures (e.g. pyupgrade) - id: ruff @@ -40,7 +40,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.31.1 + rev: 0.31.2 hooks: # verify github syntaxes - id: check-github-workflows