All packages necessary to contribute can be installed with:
pip install -r requirements.txt
Testing is performed by pytest.
To run pytest
:
pytest
Static type checking is performed by mypy.
To run mypy
:
mypy .
Formatting is performed by black.
To run black
:
black .