Bug reports, feature requests, and pull requests are welcome on GitHub.
git clone https://github.com/saemeon/mypackage
cd mypackage
uv sync --group devPre-commit hooks are managed with prek. They run automatically on git commit once you have installed the dev dependencies.
uv run ruff check .
uv run ruff format --check .
uv run ty check
uv run pytestuv sync --group doc
uv run mkdocs serve