* Added a big list of python 2 to 3 import bans for I201, which can be activated by adding ``{python2to3}`` to the ``banned-modules`` option.
1.0.6
------------------
* Fixed the whitespace in the help message for ``--banned-modules``.
1.0.5
------------------
* Changed the error message for ``I201`` to be about the banned *import* instead of *module*. * Fix a bug introduced in 1.0.4 that broke parsing relative imports.
1.0.4
------------------
* Don't allow installation with Flake8 3.2.0 which doesn't enable the plugin. This bug was fixed in Flake8 3.2.1. * Use the most specific message available for a banned import.
1.0.3
------------------
* Fixed reading config from flake8 3+
1.0.2
------------------
* Fixed ``I201`` rule to detect banned imports like ``from x import y``.