* Always pass `--check-untyped-defs` to mypy (11) * Respect pytest config `python_files` when identifying pytest test modules (12) * Fix `PYTEST_VERSION_INFO` - by [blueyed](https://github.com/blueyed) (#8)
0.0.6
Update the plugin to work with pytest 5.4
0.0.5
* Make invoke tasks work (partially) on Windows * Add an invoke task to run tox environments by selecting globs (e.g., `inv tox -e py-*`) * Use coverage directly for code coverage to get more consistent parallel run results * Use flit fork dflit to make packaging work with `LICENSES` directory * Bump dependencies
0.0.4
* Fix diff behavior when there are multiple mypy messages (notes, warnings, errors) for a single line. This can happen when mypy prints some explanatory note or if there are actually multiple errors in one line. * bump versions of dependencies * Fix trove license classifier from Apple to Apache