autoflake 2.3.1
0
Removes unused imports and unused variables
Contents
Removes unused imports and unused variables
Stars: 884, Watchers: 884, Forks: 80, Open Issues: 40The 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
Related Packages
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