# Clone the repository
git clone https://github.com/loopwerk/django-generic-notifications.git
cd django-generic-notifications# Run all tests
uv run pytest# Type checking
uv run mypy .
# Linting
uv run ruff check .
# Formatting
uv run ruff format .