diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e208606..a2ea9b49 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.12.1 + rev: v0.12.2 hooks: - id: ruff args: [--fix] @@ -65,7 +65,7 @@ repos: - 'SC1004:' stages: [manual] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.33.1 + rev: 0.33.2 hooks: - id: check-github-actions - repo: https://github.com/tox-dev/pyproject-fmt