Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 262 Bytes

File metadata and controls

7 lines (4 loc) · 262 Bytes

Development

Always run uv run ruff format --check . and uv run python -m pytest tests/ -q after making changes.

Publishing

Bump version in pyproject.toml before creating a release. The publish workflow triggers on GitHub releases, not tags alone.