diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2022-08-09 12:02:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-09 10:02:50 +0000 |
| commit | 3458edb7e020c8e1249b307b084f85ec0230175e (patch) | |
| tree | c25c8dbed6ef300acba6c9adb04900cfcdff099a /PACKAGES.md | |
| parent | fix(scripts): reload mason-registry after reindex (#273) (diff) | |
| download | mason-3458edb7e020c8e1249b307b084f85ec0230175e.tar mason-3458edb7e020c8e1249b307b084f85ec0230175e.tar.gz mason-3458edb7e020c8e1249b307b084f85ec0230175e.tar.bz2 mason-3458edb7e020c8e1249b307b084f85ec0230175e.tar.lz mason-3458edb7e020c8e1249b307b084f85ec0230175e.tar.xz mason-3458edb7e020c8e1249b307b084f85ec0230175e.tar.zst mason-3458edb7e020c8e1249b307b084f85ec0230175e.zip | |
chore: update generated code (#275)
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 c5fededf..563ff94d 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -10,6 +10,7 @@ - [arduino-language-server](#arduino-language-server) - [asm-lsp](#asm-lsp) - [astro-language-server](#astro-language-server) +- [autopep8](#autopep8) - [awk-language-server](#awk-language-server) - [bash-debug-adapter](#bash-debug-adapter) - [bash-language-server](#bash-language-server) @@ -366,6 +367,25 @@ Categories: `LSP` ``` +# autopep8 + +> A tool that automatically formats Python code to conform to the PEP 8 style guide + +Homepage: [https://pypi.org/project/autopep8/](https://pypi.org/project/autopep8/) +Languages: `Python` +Categories: `Formatter` + +<details> + <summary>History:</summary> + +- [`434f784`](https://github.com/williamboman/mason.nvim/commit/434f784) 2022-08-08 - feat: add autopep8 ([#272](https://github.com/williamboman/mason.nvim/issues/272)) by Xun +</details> + +``` +:MasonInstall autopep8 +``` + + # awk-language-server > Language Server for AWK |
