Tussilago/CONTRIBUTING.md
2026-05-01 04:55:25 +02:00

235 B

Contributing

Windows development

wsl --install
sudo apt update && sudo apt upgrade

Commands

uv sync
uv run python manage.py check
uv run pytest -n 5 -q
uv run ruff check . --fix
uv run ruff format .