repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.15.8 hooks: - id: ruff-check - id: ruff-format - repo: local hooks: - id: mypy name: mypy entry: uv run mypy --non-interactive --config-file pyproject.toml language: system types: [python] require_serial: true