uv sync --all-extrasuv run pytest testsruff:
uv run ruff format accentnotifications example testsuv run ruff check --fix accentnotifications example testsinstall dependencies:
uv tool install hatchbuild package:
rm -rf dist && uv builduv publish --token <token>