NOAA-OWP / gval

A high-level Python framework to evaluate the skill of geospatial datasets by comparing candidates to benchmark maps producing agreement maps and metrics.
https://noaa-owp.github.io/gval/
Other
22 stars 0 forks source link

Add static type checker and add nox session for it. #177

Open fernando-aristizabal opened 10 months ago

fernando-aristizabal commented 10 months ago

Add a static type checker such as pyright, mypy, etc as a nox session within the current PLACEHOLDER within the noxfile.py.

This will require adding the type checker as a dependency, configuring it, and running it ensuring any issues are addressed and committed.