* ``I201`` rule that allows you to configure complaining about certain modules being imported, e.g. if you are moving from Python 2 to 3 you could stop ``urlparse`` being imported in favour of ``six.moves.urllib.parse``.
1.0.0
------------------
* First release on PyPI. * ``I200`` rule that complains about unnecessary import aliasing, e.g. ``from foo import bar as bar``.
See https://github.com/adamchainz/flake8-tidy-imports/blob/main/CHANGELOG.rst