Add pyright

This commit is contained in:
Andrew Miner
2026-08-03 09:08:35 -06:00
parent 97b1ed0e47
commit 9b1d08cafa
+1 -1
View File
@@ -173,7 +173,7 @@ let g:ale_linters = {
\'javascript': ['eslint'],
\'json': ['jsonlint'],
\'pug': ['puglint'],
\'python': ['mypy'],
\'python': ['pyright', 'mypy'],
\'typescript': ['eslint', 'tsserver'],
\'typescriptreact': ['eslint', 'tsserver'],
\'vue': ['vls']