mirror of
https://github.com/dense-analysis/ale.git
synced 2026-09-02 12:56:57 +08:00
Re-enable displaying type errors in pyrefly (#5046)
CI / Build (push) Canceled after 0s
CI / Neovim 0.10 Windows (push) Canceled after 0s
CI / Neovim 0.12 Windows (push) Canceled after 0s
CI / Vim 8.2 Windows (push) Canceled after 0s
CI / Vim 9.2 Windows (push) Canceled after 0s
CI / Lint (push) Canceled after 0s
CI / Lua (push) Canceled after 0s
CI / Neovim 0.10 Linux (push) Canceled after 0s
CI / Neovim 0.12 Linux (push) Canceled after 0s
CI / Vim 8.2 Linux (push) Canceled after 0s
CI / Vim 9.2 Linux (push) Canceled after 0s
CI / Build (push) Canceled after 0s
CI / Neovim 0.10 Windows (push) Canceled after 0s
CI / Neovim 0.12 Windows (push) Canceled after 0s
CI / Vim 8.2 Windows (push) Canceled after 0s
CI / Vim 9.2 Windows (push) Canceled after 0s
CI / Lint (push) Canceled after 0s
CI / Lua (push) Canceled after 0s
CI / Neovim 0.10 Linux (push) Canceled after 0s
CI / Neovim 0.12 Linux (push) Canceled after 0s
CI / Vim 8.2 Linux (push) Canceled after 0s
CI / Vim 9.2 Linux (push) Canceled after 0s
* Re-enable displaying type errors in pyrefly * Add test * clarify the disabled by default statement * Address linter issue * Properly align doc tags
This commit is contained in:
@@ -67,3 +67,10 @@ Execute(uv is detected when python_pyrefly_auto_uv is set):
|
||||
|
||||
AssertLinter 'uv',
|
||||
\ ale#Escape('uv') . ' run pyrefly lsp'
|
||||
|
||||
Execute(Assert the default config):
|
||||
AssertLSPConfig {'python': {'pyrefly': {'displayTypeErrors': 'force-on'}}}
|
||||
|
||||
let b:ale_python_pyrefly_config = {}
|
||||
|
||||
AssertLSPConfig {}
|
||||
|
||||
Reference in New Issue
Block a user