From a450e1f739e64a553ff22d33cd3c417d6f2b362c Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Wed, 21 Nov 2018 11:00:01 +0000 Subject: [PATCH] Update dotfiles --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 19fc958..afd3887 100644 --- a/.vimrc +++ b/.vimrc @@ -246,7 +246,8 @@ syntax on " W391 - blank line at end of file " let g:syntastic_python_flake8_args='--ignore=W391, E501, E701, E702' " let g:syntastic_python_flake8_show_quickfix=1 -let g:pymode_lint_ignore="E501,W601,W391,W0401,E702,E701" +" let g:pymode_lint_ignore="E501,W601,W391,W0401,E702,E701" +let g:pymode_lint_ignore=["E501","W601","W391","W0401","E702","E701"] let g:pymode_lint_settingscwindow = 1 let g:pymode_rope = 1 " let g:pymode_rope_autoimport = 0