Python project workflow:dependency sync、targeted tests 与 lint。
skillsy install hypoxanthineovo/hypoxanthine-agent@python-project-devpython-project-dev 面向常规 Python 开发循环,覆盖 dependency sync、targeted tests 与 lint。
uv、pytest、ruff、mypy 等常见工程命令。exec_command 运行 Python 工程命令,并受 exec_profile=python-dev 约束。uv sync。uv run pytest <target> -x。ruff check <target> 或其他必要 lint/type-check。