Skip to content

Development Setup

Install Repowire in editable development mode and sync test dependencies:

uv sync --extra dev
uv tool install . --force-reinstall

Hooks run from the installed package, so reinstall after hook or installer changes.

Useful commands

pytest
ruff check repowire/
uv run ty check repowire/
uv run --no-project mkdocs build --strict