From 35dc1a2f0d2dad2105be48b2a6de4f677060a2bd Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Sun, 26 Feb 2023 13:42:25 -0600 Subject: always skip mypy in ale --- home/vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'home/vimrc') diff --git a/home/vimrc b/home/vimrc index 5c5e997..7f8e3e1 100644 --- a/home/vimrc +++ b/home/vimrc @@ -89,6 +89,7 @@ let g:ctrlp_map ='a' " ale nnoremap r :ALEDetail +let g:ale_linters_ignore = {'python': ['mypy']} " mypy is too slow and doesn't support dmypy " " visual -- cgit v1.2.3