alan-turing-institute / python-project-template

15 stars 3 forks source link

Some kind of mypy behaviour testing? #44

Open phinate opened 5 months ago

phinate commented 5 months ago

Mypy is a bit of a loose cannon to include due to potentially highlighting many undesirable errors (e.g. missing imports; see feedback in #19, #32). I think we should put some example code in the repo during CI, and test that mypy displays desirable behaviour in those anecdotal cases.