SciTools / iris-esmf-regrid

A collection of structured and unstructured ESMF regridding schemes for Iris.
https://iris-esmf-regrid.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Flake8 compliant type checking. #316

Closed trexfeathers closed 10 months ago

trexfeathers commented 10 months ago

Replicates #303, but by targetting main this won't get overwritten by pre-commit.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (abc3856) 98.81% compared to head (cd04b88) 98.81%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #316 +/- ## ======================================= Coverage 98.81% 98.81% ======================================= Files 34 34 Lines 3806 3806 ======================================= Hits 3761 3761 Misses 45 45 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

trexfeathers commented 10 months ago

Thanks @HGWright !