From 186c9b357bc21ecf34b86d481b57979328bdf8da Mon Sep 17 00:00:00 2001 From: "williambotman[bot]" <107473453+williambotman@users.noreply.github.com> Date: Sun, 6 Nov 2022 11:02:38 +0100 Subject: chore: update generated code (#632) --- PACKAGES.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'PACKAGES.md') 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` + +
+ History: + +- [`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 +
+ +``` +:MasonInstall autoflake +``` + + # autopep8 > A tool that automatically formats Python code to conform to the PEP 8 style guide -- cgit v1.2.3-70-g09d2