v0.2.1
Added
- Type hints that are verified using mypy.
- Unit tests to exercise case where
file
command does not exist.
This increased code coverage to 100%. - Switched from Travis CI to Github Actions.
- Running tests on Ubuntu, MacOS, and Windows via Github Actions.
This includes publishing results to Codecov. - Formatted all code with black.
Checking on all pull requests via Github Actions.
Removed
- Dropped support for Python 2.7 and Python 3.4.