Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 359 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 359 Bytes

Expert version

Testing

Testing is done via pytest. Make sure to run

pip install -r requirements-test.txt

in your venv.

Linting

Linting is done with pre-commit. Install it, then run

pre-commit install

in the repo folder to set up all the linters and automatically run them when you commit.