Skip to content

Development

Use these pages when changing EvSnow or validating a pull request.

Pages

Local Gate

uv sync --all-groups --locked
uv run ruff format --check src/
uv run ruff check src/
uv run ty check src/
uv run pytest