Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 367 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (24 loc) · 367 Bytes

Contributing to boda


Code formatting and typing

Formatting

To format your code, install ufmt

pip install ufmt==1.3.2 black==21.9b0 usort==0.6.4
ufmt format boda

Type annotations

mypy --config-file mypy.ini

Unit tests

pytest test -vvv

Documentation

cd docs
make html-noplot