Skip to content

evamaxfield/winter-school-lectures

Repository files navigation

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