Flake8-tidy-imports

Latest version: v4.11.0

Safety actively analyzes 682487 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

1.0.1

------------------

* ``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

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.