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
Sub-skill of python-project-template: Key Commands.
npx skillmds@latest add vamseeachanta/python-project-template-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