diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b1c9575..f48664ca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: check-merge-conflict exclude: rst$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.6 + rev: v0.9.7 hooks: - id: ruff args: [--fix] @@ -65,7 +65,7 @@ repos: - 'SC1004:' stages: [manual] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.31.1 + rev: 0.31.2 hooks: - id: check-github-actions - repo: https://github.com/tox-dev/pyproject-fmt