Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 348 Bytes

File metadata and controls

29 lines (21 loc) · 348 Bytes

Development

Setup

# Clone the repository
git clone https://github.com/loopwerk/django-generic-notifications.git
cd django-generic-notifications

Testing

# Run all tests
uv run pytest

Code quality

# Type checking
uv run mypy .

# Linting
uv run ruff check .

# Formatting
uv run ruff format .