Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37739450
en ru br
ALT Linux repos
S:2.2.1-alt1

Group :: Development/Python3
RPM: python3-module-autoflake

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.2.1-alt1
Build date: 1 september 2023, 11:39 ( 35.1 weeks ago )
Size: 29.75 Kb

Home page:   https://pypi.org/project/autoflake/

License: MIT
Summary: Removes unused imports and unused variables as reported by pyflakes
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 by default.

Current maintainer: Anton Zhukharev

List of contributors

List of rpms provided by this srpm:

  • python3-module-autoflake
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin