aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2022-09-11 12:02:29 +0200
committerGitHub <noreply@github.com>2022-09-11 10:02:29 +0000
commit5e39f99a2631af5e3ab13940c4aa62f8593cfe54 (patch)
tree56a36141ba5e503cabaeb9844736fd1acf4765e4 /PACKAGES.md
parentfeat: add pydocstyle, pyproject-flake8 & rstcheck Python related linters (#398) (diff)
downloadmason-5e39f99a2631af5e3ab13940c4aa62f8593cfe54.tar
mason-5e39f99a2631af5e3ab13940c4aa62f8593cfe54.tar.gz
mason-5e39f99a2631af5e3ab13940c4aa62f8593cfe54.tar.bz2
mason-5e39f99a2631af5e3ab13940c4aa62f8593cfe54.tar.lz
mason-5e39f99a2631af5e3ab13940c4aa62f8593cfe54.tar.xz
mason-5e39f99a2631af5e3ab13940c4aa62f8593cfe54.tar.zst
mason-5e39f99a2631af5e3ab13940c4aa62f8593cfe54.zip
chore: update generated code (#402)
Diffstat (limited to 'PACKAGES.md')
-rw-r--r--PACKAGES.md60
1 files changed, 60 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index 1a0b312b..a3eb5acc 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -142,7 +142,9 @@
- [psalm](#psalm)
- [puppet-editor-services](#puppet-editor-services)
- [purescript-language-server](#purescript-language-server)
+- [pydocstyle](#pydocstyle)
- [pylint](#pylint)
+- [pyproject-flake8](#pyproject-flake8)
- [pyright](#pyright)
- [python-lsp-server](#python-lsp-server)
- [quick-lint-js](#quick-lint-js)
@@ -154,6 +156,7 @@
- [rnix-lsp](#rnix-lsp)
- [robotframework-lsp](#robotframework-lsp)
- [rome](#rome)
+- [rstcheck](#rstcheck)
- [rubocop](#rubocop)
- [rust-analyzer](#rust-analyzer)
- [salt-lsp](#salt-lsp)
@@ -3050,6 +3053,25 @@ Categories: `LSP`
```
+# pydocstyle
+
+> pydocstyle is a static analysis tool for checking compliance with Python docstring conventions
+
+Homepage: [https://www.pydocstyle.org/](https://www.pydocstyle.org/)
+Languages: `Python`
+Categories: `Linter`
+
+<details>
+ <summary>History:</summary>
+
+- [`e89217b`](https://github.com/williamboman/mason.nvim/commit/e89217b) 2022-09-11 - feat: add pydocstyle, pyproject-flake8 & rstcheck Python related linters ([#398](https://github.com/williamboman/mason.nvim/issues/398)) by Dan Sully
+</details>
+
+```
+:MasonInstall pydocstyle
+```
+
+
# pylint
> Pylint is a static code analyser for Python 2 or 3
@@ -3069,6 +3091,25 @@ Categories: `Linter`
```
+# pyproject-flake8
+
+> A monkey patching wrapper to connect flake8 with pyproject.toml configuration.
+
+Homepage: [https://github.com/csachs/pyproject-flake8](https://github.com/csachs/pyproject-flake8)
+Languages: `Python`
+Categories: `Linter`
+
+<details>
+ <summary>History:</summary>
+
+- [`e89217b`](https://github.com/williamboman/mason.nvim/commit/e89217b) 2022-09-11 - feat: add pydocstyle, pyproject-flake8 & rstcheck Python related linters ([#398](https://github.com/williamboman/mason.nvim/issues/398)) by Dan Sully
+</details>
+
+```
+:MasonInstall pyproject-flake8
+```
+
+
# pyright
> Static type checker for Python
@@ -3293,6 +3334,25 @@ Categories: `LSP` `Linter`
```
+# rstcheck
+
+> Checks syntax of reStructuredText and code blocks nested within it.
+
+Homepage: [https://rstcheck.readthedocs.io/](https://rstcheck.readthedocs.io/)
+Languages: `Python`
+Categories: `Linter`
+
+<details>
+ <summary>History:</summary>
+
+- [`e89217b`](https://github.com/williamboman/mason.nvim/commit/e89217b) 2022-09-11 - feat: add pydocstyle, pyproject-flake8 & rstcheck Python related linters ([#398](https://github.com/williamboman/mason.nvim/issues/398)) by Dan Sully
+</details>
+
+```
+:MasonInstall rstcheck
+```
+
+
# rubocop
> The Ruby Linter/Formatter that Serves and Protects