bear / parsedatetime

Parse human-readable date/time strings
Apache License 2.0
694 stars 107 forks source link

Update testing environment #269

Closed bear closed 2 years ago

bear commented 2 years ago

Remove tox for now as we are only using Python 3.9 Add mypy to linter list remove a lot of Python 2.7 related conditional imports Fix linting errors from mypy related to type hinting


This change is Reviewable