MetOffice / fab

Flexible build system for scientific software
https://metoffice.github.io/fab/
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Check for type mismatches #234

Open MatthewHambley opened 1 year ago

MatthewHambley commented 1 year ago

Running the mypy static type checker reveals that some of our code is not sufficiently type hinted. It would be good to correct this to get maximum value out of the type hinting.

t00sa commented 1 year ago

This looks like a good first issue which should fit around other work. I'll take it on, if there are no objections?