Developing ========== This pipeline can be tested by running ``pytest``. `flake8 `_ is used for linting. We use `mypy `_ for type checking. This can be run by running ``mypy src`` (this runs mypy on the ``src`` directory). We use `black `_ for code formatting.