diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ad52dc8..7d3438dd 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.11.4 + rev: v0.11.5 hooks: - id: ruff args: [--fix] @@ -65,7 +65,7 @@ repos: - 'SC1004:' stages: [manual] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.32.1 + rev: 0.33.0 hooks: - id: check-github-actions - repo: https://github.com/tox-dev/pyproject-fmt