Close #2472 - Add support for pyright

This commit is contained in:
w0rp
2020-08-07 12:16:13 +01:00
parent 9bdabce8df
commit 19229e8e27
8 changed files with 225 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ let s:default_ale_linters = {
\ 'help': [],
\ 'perl': ['perlcritic'],
\ 'perl6': [],
\ 'python': ['flake8', 'mypy', 'pylint'],
\ 'python': ['flake8', 'mypy', 'pylint', 'pyright'],
\ 'rust': ['cargo'],
\ 'spec': [],
\ 'text': [],