diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2023-04-12 12:03:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-12 10:03:06 +0000 |
| commit | 4c3e920c79e0493819ffdd2260d3c79ab1c0a41d (patch) | |
| tree | 5955db11cd2dfef8b3312d291c9a41d0fb078e26 /PACKAGES.md | |
| parent | chore: autogenerate (#1204) (diff) | |
| download | mason-4c3e920c79e0493819ffdd2260d3c79ab1c0a41d.tar mason-4c3e920c79e0493819ffdd2260d3c79ab1c0a41d.tar.gz mason-4c3e920c79e0493819ffdd2260d3c79ab1c0a41d.tar.bz2 mason-4c3e920c79e0493819ffdd2260d3c79ab1c0a41d.tar.lz mason-4c3e920c79e0493819ffdd2260d3c79ab1c0a41d.tar.xz mason-4c3e920c79e0493819ffdd2260d3c79ab1c0a41d.tar.zst mason-4c3e920c79e0493819ffdd2260d3c79ab1c0a41d.zip | |
chore: autogenerate (#1206)
Diffstat (limited to 'PACKAGES.md')
| -rw-r--r-- | PACKAGES.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index d0e17210..554911fd 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -207,6 +207,7 @@ - [pyflakes](#pyflakes) - [pylama](#pylama) - [pylint](#pylint) +- [pylyzer](#pylyzer) - [pyproject-flake8](#pyproject-flake8) - [pyre](#pyre) - [pyright](#pyright) @@ -2656,6 +2657,17 @@ Categories: `Linter` ``` :MasonInstall pylint ``` +# pylyzer + +> A fast static code analyzer & language server for Python. + +Homepage: [https://github.com/mtshiba/pylyzer](https://github.com/mtshiba/pylyzer) +Languages: `Python` +Categories: `LSP` + +``` +:MasonInstall pylyzer +``` # pyproject-flake8 > A monkey patching wrapper to connect flake8 with pyproject.toml configuration. |
