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