gtalarico / pyairtable

Python Api Client for Airtable
https://pyairtable.readthedocs.io
MIT License
765 stars 138 forks source link

Fix mypy and ensure it runs on GH Actions #361

Closed mesozoic closed 5 months ago

mesozoic commented 5 months ago

It looks like #355 was missing a type annotation, and we didn't catch it because GitHub Actions has never been configured to run mypy as part of the test suite. This branch will add that, and fix the missing type annotation.

@BAPCon FYI

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (f944294) to head (3d6da83).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #361 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 24 24 Lines 2376 2379 +3 ========================================= + Hits 2376 2379 +3 ```

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