Files
guru/dev-python/autoflake/metadata.xml
2024-03-25 12:29:03 -04:00

17 lines
755 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<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>