python · git:20260509.434f5a9 · 2026-05-09 · sha256 84e5983a3da5d844
python git:20260509.434f5a9A
Immutable. This exact content is served forever at /api/v1/blob/84e5983a3da5d844.
--- description: How to run Python and skillsaw in this project --- This project uses a `.venv` virtualenv. Never invoke bare `python` or `python3` — the system interpreter won't have skillsaw installed. Use: - `.venv/bin/skillsaw` to run the linter directly - `.venv/bin/python3` when you need the project's interpreter - `make` targets when they exist (`make test`, `make lint`, `make format`)