repos: - repo: https://github.com/psf/black rev: 25.1.0 hooks: - id: black language_version: python3.13 - repo: https://github.com/charliermarsh/ruff-pre-commit rev: v0.11.1 hooks: - id: ruff args: [--fix] - repo: https://github.com/PyCQA/isort rev: 6.0.1 hooks: - id: isort args: [--profile, black]