Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 278 Bytes

CONTRIBUTING.MD

File metadata and controls

21 lines (18 loc) · 278 Bytes

Developer Instructions

Setup virtual environment.

python -m venv .venv
source .venv/bin/activate

Install requirements.

make init

Other make commands

make format
make lint
make test
make build
make all # runs format, lint, test, and build