repos: - repo: https://github.com/psf/black rev: '24.10.0' hooks: - id: black args: [--line-length=100, --target-version=py311] language_version: python3.11 - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.8.0 hooks: - id: ruff args: [--line-length=100, --target-version=py311]