uv sync --all-extras
uv run pytest tests
ruff:
uv run ruff format accentnotifications example tests
uv run ruff check --fix accentnotifications example tests
install dependencies:
uv tool install hatch
build package:
rm -rf dist && uv build
uv publish --token <token>