diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2022-08-18 12:02:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-18 10:02:35 +0000 |
| commit | 4fa97effdc4929ee749e8643fd86207ea710cc44 (patch) | |
| tree | 5f85b2d05570ec0d2942a573c2315c59c21cb2ce /PACKAGES.md | |
| parent | fix(fetch): use correct header syntax for wget (#307) (diff) | |
| download | mason-4fa97effdc4929ee749e8643fd86207ea710cc44.tar mason-4fa97effdc4929ee749e8643fd86207ea710cc44.tar.gz mason-4fa97effdc4929ee749e8643fd86207ea710cc44.tar.bz2 mason-4fa97effdc4929ee749e8643fd86207ea710cc44.tar.lz mason-4fa97effdc4929ee749e8643fd86207ea710cc44.tar.xz mason-4fa97effdc4929ee749e8643fd86207ea710cc44.tar.zst mason-4fa97effdc4929ee749e8643fd86207ea710cc44.zip | |
chore: update generated code (#311)
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 7a097ee2..fddeb574 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -199,6 +199,7 @@ - [xo](#xo) - [yaml-language-server](#yaml-language-server) - [yamllint](#yamllint) +- [yapf](#yapf) - [zk](#zk) - [zls](#zls) @@ -4194,6 +4195,25 @@ Categories: `Linter` ``` +# yapf + +> YAPF, Yet Another Python Formatter + +Homepage: [https://pypi.org/project/yapf/](https://pypi.org/project/yapf/) +Languages: `Python` +Categories: `Formatter` + +<details> + <summary>History:</summary> + +- [`ec7c134`](https://github.com/williamboman/mason.nvim/commit/ec7c134) 2022-08-17 - feat: add yapf ([#304](https://github.com/williamboman/mason.nvim/issues/304)) by Rolf Strijdhorst +</details> + +``` +:MasonInstall yapf +``` + + # zk > A plain text note-taking assistant |
