amorphitec / netmeasure

Measure Internet connection quality.
GNU General Public License v3.0
1 stars 0 forks source link

Add mypy to test workflow #5

Open amorphic opened 1 year ago

amorphic commented 1 year ago

In https://github.com/amorphitec/netmeasure/commit/cc3bd29fce87f8837eff187b527a9b973f799958 we removed mypy from the test workflow as it wasn't passing. This is likely due to changes in mypy since the original honestybox-measurement codebase was worked on and other changes to the code that haven't been made with strict type-checking in mind.

This card will be complete when mypy is re-added to the test workflow.