Contents

autoflake 2.3.1

0

Removes unused imports and unused variables

Removes unused imports and unused variables

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

The PyCQA/autoflake repo was created 11 years ago and the last code push was 1 weeks ago.
The project is popular with 859 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 0.86.2

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

pyaml 23.12.0

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

flake8 7.0.0

the modular source code checker: pep8 pyflakes and co