Skip to content

trungnt13/vscode-autoflake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoflake README

Project link

Introduction

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.

Usage

Usage

License

MIT License

About

Vscode extension for autoflake remove unused imports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published