diff options
Diffstat (limited to 'PACKAGES.md')
| -rw-r--r-- | PACKAGES.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index 85555505..26009074 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -11,6 +11,7 @@ - [arduino-language-server](#arduino-language-server) - [asm-lsp](#asm-lsp) - [astro-language-server](#astro-language-server) +- [autoflake](#autoflake) - [autopep8](#autopep8) - [awk-language-server](#awk-language-server) - [bash-debug-adapter](#bash-debug-adapter) @@ -428,6 +429,25 @@ Categories: `LSP` ``` +# autoflake + +> autoflake removes unused imports and unused variables from Python code. + +Homepage: [https://pypi.org/project/autoflake/](https://pypi.org/project/autoflake/) +Languages: `Python` +Categories: `Formatter` + +<details> + <summary>History:</summary> + +- [`028019f`](https://github.com/williamboman/mason.nvim/commit/028019f) 2022-11-06 - feat(registry): add autoflake ([#631](https://github.com/williamboman/mason.nvim/issues/631)) by Andy Dirnberger +</details> + +``` +:MasonInstall autoflake +``` + + # autopep8 > A tool that automatically formats Python code to conform to the PEP 8 style guide |
