We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab61240 commit 7488e05Copy full SHA for 7488e05
vimrc
@@ -228,7 +228,7 @@ let g:syntastic_error_symbol='X'
228
let g:syntastic_style_error_symbol='X'
229
let g:syntastic_warning_symbol='x'
230
let g:syntastic_style_warning_symbol='x'
231
-let g:syntastic_python_checkers=['flake8', 'pydocstyle_new', 'python']
+let g:syntastic_python_checkers=['flake8', 'pydocstyle', 'python']
232
233
" YouCompleteMe
234
set completeopt-=preview
0 commit comments