# Minimal pre-commit config stub # This file is intentionally minimal and does not enable hooks by installing them. repos: - repo: https://github.com/psf/black rev: 23.9.1 hooks: - id: black - repo: https://github.com/charliermarsh/ruff rev: v0.11.1 hooks: - id: ruff - repo: https://github.com/PyCQA/isort rev: 5.12.0 hooks: - id: isort