Skip to content

Actually run mypy in CI with depedencies

Dylan Griffith requested to merge add-mypy-to-ci into main

This adds # type: ignore to all existing mypy violations and fixes a problem where mypy was not running properly in CI up until now. It seems that mypy won't properly mark all failures if you don't poetry install first because it needs all the dependencies.

Edited by Dylan Griffith

Merge request reports

Loading