diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc0c06a5..bc3d8be1 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.9 + rev: v0.9.10 hooks: - id: ruff args: [--fix] @@ -65,7 +65,7 @@ repos: - 'SC1004:' stages: [manual] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.31.2 + rev: 0.31.3 hooks: - id: check-github-actions - repo: https://github.com/tox-dev/pyproject-fmt