This pipeline can be tested by running pytest. flake8 is used for linting.
pytest
We use mypy for type checking. This can be run by running mypy src (this runs mypy on the src directory).
mypy src
src
We use black for code formatting.
Getting started:
Pipeline: