From 87a25410bbaae131c2638d9dd8f7d06970396dbb Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 12 Apr 2023 21:43:06 +0800 Subject: ruff is more useful than pylint when editing --- .vim/after/plugin/ale.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim/after/plugin/ale.vim') diff --git a/.vim/after/plugin/ale.vim b/.vim/after/plugin/ale.vim index 7b01aec..17adb14 100644 --- a/.vim/after/plugin/ale.vim +++ b/.vim/after/plugin/ale.vim @@ -10,7 +10,7 @@ let g:ale_virtualtext_cursor = 1 let g:ale_linters = { \ 'c': ['clangd', 'cc', 'ccls'], \ 'go': [], - \ 'python': ['pylint'], + \ 'python': ['ruff'], \ } nmap [g (ale_previous_wrap) -- cgit v1.2.3