Added
- Support for Python 3.8 (build and unit tests on Travis).
- Updated unit tests for main Statick module.
Fixed
- Install patterns updated to prevent picking up the `plugin_mapping` directory multiple times. (Kevin Kredit, kkredit)
- Handle more varied output from pyflakes tool.
Removed
- Removed support for previously deprecated pep8 and pep257 tools.
The pycodestyle and pydocstyle tools provide the same functionality, only the tool name needs to change in the
configuration file.