casework / CASE-Mapping-Python

Apache License 2.0
0 stars 3 forks source link

Add type annotations #40

Closed ajnelson-nist closed 7 months ago

ajnelson-nist commented 7 months ago

With these annotations, the following command (with the package types-pytz also installed) reports no issues:

mypy case_mapping example.py tests

Adding type review to unit testing is left for a future patch series.

References:

Disclaimer: Participation by NIST in the creation of the documentation of mentioned software is not intended to imply a recommendation or endorsement by the National Institute of Standards and Technology, nor is it intended to imply that any specific software is necessarily the best available for the purpose.

ajnelson-nist commented 7 months ago

I believe this does not impact #38 or #39.

ajnelson-nist commented 7 months ago

This PR is ready for review and merge.

ajnelson-nist commented 7 months ago

Adding type review to CI is in #41 . Merging that PR would merge this PR.