The COMP0111 project MSGOSHHOLO, where we develop a software engineering solution for Microsoft and GOSH.
- Install developer dependencies with
pipenv install --dev
orpip install -r requirements-dev.txt
- Setup pre-commit hooks with
pre-commit install