Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 402 Bytes

File metadata and controls

26 lines (18 loc) · 402 Bytes

Contributing to viscy

Development installation

Clone or fork the repository, then make an editable installation with all the development dependencies:

# in project root directory (parent folder of pyproject.toml)
pip install -e ".[dev]"

CI requirements

Lint and format with Ruff:

ruff check viscy
ruff format viscy tests

Run tests with pytest:

pytest -v