Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 174 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 174 Bytes

Development

install stuff with:

pip install -e '.[lint,test,dev]

run tests with:

pytest tests/

run linting + formatting + etc with:

pre-commit run --all-files