dev-python/autoflake (guru)

Search

Install

Install this package:

emerge -a dev-python/autoflake

Package Information

Description:
autoflake removes unused imports and unused variables from Python code. It makes use of pyflakes to do this. By default, autoflake only removes unused imports for modules that are part of the standard library. (Other modules may have side effects that make them unsafe to remove automatically.) Removal of unused variables is also disabled by default. autoflake also removes useless pass statements.
Homepage:
https://github.com/PyCQA/autoflake/ https://pypi.org/project/autoflake/
License:
MIT

Versions

Version EAPI Keywords Slot
2.3.1 8 ~amd64 0

Metadata

Description

Upstream

Raw Metadata XML
<pkgmetadata>
	<longdescription lang="en">
autoflake removes unused imports and unused variables from Python code. It makes use of pyflakes to do this.

By default, autoflake only removes unused imports for modules that are part of the standard library. (Other modules may have side effects that make them unsafe to remove automatically.) Removal of unused variables is also disabled by default.

autoflake also removes useless pass statements.
  </longdescription>
	<upstream>
		<remote-id type="github">PyCQA/autoflake</remote-id>
		<remote-id type="pypi">autoflake</remote-id>
	</upstream>
</pkgmetadata>

Lint Warnings

Manifest

Type File Size Versions
Unmatched Entries
Type File Size
DIST autoflake-2.3.1.tar.gz 27642 bytes