Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 307 Bytes

File metadata and controls

37 lines (25 loc) · 307 Bytes

Contribution Guide

Install by editable mode

make install-editable

Install development requirements

make dev-env

Lint

make check-lint

Auto format

make auto-format

Type checking

pyright

Run test

make test