- Make success message green instead of red.
- Remove Python 3.8 beta/dev references.
- Stop blacklisting early 0.5x and 0.7x mypy releases.
See the milestone for details.
- Stop overlapping
python_version
s ininstall_requires
.
- Run mypy once per session instead of once per file.
- Stop passing --incremental (which mypy now defaults to).
- Support configuring the plugin in a conftest.py.
- Add support for Python 3.8
See the milestone for details.
- Register
mypy
marker. - Add a PEP-518 [build-system]
- Add dependency pins for Python 3.4.
- Add support for Python 3.7
See the milestone for details.
- Add
mypy
marker to run mypy checks only
- See the milestone for a description of the changes in this release.
- Change
mypy
dependency to pull inmypy
instead ofmypy-lang