Add pyright
This commit is contained in:
+1
-1
@@ -173,7 +173,7 @@ let g:ale_linters = {
|
|||||||
\'javascript': ['eslint'],
|
\'javascript': ['eslint'],
|
||||||
\'json': ['jsonlint'],
|
\'json': ['jsonlint'],
|
||||||
\'pug': ['puglint'],
|
\'pug': ['puglint'],
|
||||||
\'python': ['mypy'],
|
\'python': ['pyright', 'mypy'],
|
||||||
\'typescript': ['eslint', 'tsserver'],
|
\'typescript': ['eslint', 'tsserver'],
|
||||||
\'typescriptreact': ['eslint', 'tsserver'],
|
\'typescriptreact': ['eslint', 'tsserver'],
|
||||||
\'vue': ['vls']
|
\'vue': ['vls']
|
||||||
|
|||||||
Reference in New Issue
Block a user