Python Project Template Key Commands

Sub-skill of python-project-template: Key Commands.

vamseeachanta 8437f19 348 B Updated

File contents

Key Commands

Key Commands

# Setup environment
uv venv && source .venv/bin/activate
uv pip install -e ".[dev]"

# Run tests
pytest

# Format code
black src tests
ruff check src tests --fix

# Type check
mypy src

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/workflows/python-project-template/key-commands commit 8437f1944b

Frequently asked questions

npx skillmds@latest add vamseeachanta/python-project-template-key-commands