Closed alexdewar closed 3 weeks ago
Given that a lot of devs use VS Code, being able to use the built-in test runner is a useful QoL thing.
We can possibly fix this in the same way @AdrianDAlessandro has done, by running mypy directly as a CI job instead and dropping the pytest-mypy plugin: https://github.com/ImperialCollegeLondon/MEDUSA/pull/180
mypy
pytest-mypy
Note that in any case we are still running mypy as a pre-commit hook.
pre-commit
Given that a lot of devs use VS Code, being able to use the built-in test runner is a useful QoL thing.
We can possibly fix this in the same way @AdrianDAlessandro has done, by running
mypy
directly as a CI job instead and dropping thepytest-mypy
plugin: https://github.com/ImperialCollegeLondon/MEDUSA/pull/180Note that in any case we are still running
mypy
as apre-commit
hook.