Contents

autoflake 2.3.1

0

Removes unused imports and unused variables

Removes unused imports and unused variables

Stars: 884, Watchers: 884, Forks: 80, Open Issues: 40

The PyCQA/autoflake repo was created 11 years ago and the last code push was 3 days ago.
The project is popular with 884 github stars!

How to Install autoflake

You can install autoflake using pip

pip install autoflake

or add it to a project with poetry

poetry add autoflake

Package Details

Author
License
MIT
Homepage
PyPi:
https://pypi.org/project/autoflake/
GitHub Repo:
https://github.com/myint/autoflake

Classifiers

  • Software Development/Quality Assurance
No  autoflake  pypi packages just yet.

Errors

A list of common autoflake errors.

Code Examples

Here are some autoflake code examples and snippets.

GitHub Issues

The autoflake package has 40 open issues on GitHub

  • 1.4: pytest is failing
  • add –condense-imports option
  • default to running with --in-place in pre-commit hook

See more issues on GitHub

Related Packages & Articles

cfn-lint 1.16.1

Checks CloudFormation templates for practices and behaviour that could potentially be improved

pyaml 24.9.0

PyYAML-based module to produce a bit more pretty and readable YAML-serialized data

flake8 7.1.1

the modular source code checker: pep8 pyflakes and co