black_ruff_mypy
Installation
SKILL.md
black_ruff_mypy
Tres herramientas complementarias que se ejecutan juntas en cada commit y en CI para mantener la calidad del código Python sin debate entre developers.
When to use
Configurar en pre-commit hooks desde el primer commit. Ejecutar también en CI como gate obligatorio antes de merge.
Instructions
-
Instalar:
pip install black ruff mypy -
Configurar en
pyproject.toml:[tool.black] line-length = 100 target-version = ["py311"]