Files

19 lines
315 B
YAML

kind: capability
name: python-dev
version: 1
description: "Python dev tools: pytest, ruff, mypy, uv"
requires: []
packages:
apt: [python3-venv]
pip: [pytest, ruff, mypy, hypothesis, uv]
env:
PIP_BREAK_SYSTEM_PACKAGES: "1"
network_hosts:
- pypi.org
- files.pythonhosted.org
scripts:
init: "./init.sh"