pipeline:
flake8:
image: python:3.8
commands:
- python3.8 -m pip install flake8
- flake8 src/
mypy:
- python3.8 -m pip install mypy
- mypy src/
+branches: dev