diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2022-11-06 11:02:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-06 10:02:38 +0000 |
| commit | 186c9b357bc21ecf34b86d481b57979328bdf8da (patch) | |
| tree | 96ab78761845cadd158ce398af1c49cc8a8eb5b7 /PACKAGES.md | |
| parent | feat(registry): add autoflake (#631) (diff) | |
| download | mason-186c9b357bc21ecf34b86d481b57979328bdf8da.tar mason-186c9b357bc21ecf34b86d481b57979328bdf8da.tar.gz mason-186c9b357bc21ecf34b86d481b57979328bdf8da.tar.bz2 mason-186c9b357bc21ecf34b86d481b57979328bdf8da.tar.lz mason-186c9b357bc21ecf34b86d481b57979328bdf8da.tar.xz mason-186c9b357bc21ecf34b86d481b57979328bdf8da.tar.zst mason-186c9b357bc21ecf34b86d481b57979328bdf8da.zip | |
chore: update generated code (#632)
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 |
