aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/pyre.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/pyre.lua')
-rw-r--r--lsp/pyre.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/lsp/pyre.lua b/lsp/pyre.lua
index f045fd0b..c46ec426 100644
--- a/lsp/pyre.lua
+++ b/lsp/pyre.lua
@@ -1,13 +1,13 @@
---@brief
---
--- https://pyre-check.org/
---
--- `pyre` a static type checker for Python 3.
---
--- `pyre` offers an extremely limited featureset. It currently only supports diagnostics,
--- which are triggered on save.
---
--- Do not report issues for missing features in `pyre` to `lspconfig`.
+--- https://pyre-check.org/
+---
+--- `pyre` a static type checker for Python 3.
+---
+--- `pyre` offers an extremely limited featureset. It currently only supports diagnostics,
+--- which are triggered on save.
+---
+--- Do not report issues for missing features in `pyre` to `lspconfig`.
return {
cmd = { 'pyre', 'persistent' },
filetypes = { 'python' },