Skip to content

Commit 7488e05

Browse files
committed
Revert "Fix problem with not not working from the box pydocstyle checker"
This reverts commit ab61240.
1 parent ab61240 commit 7488e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ let g:syntastic_error_symbol='X'
228228
let g:syntastic_style_error_symbol='X'
229229
let g:syntastic_warning_symbol='x'
230230
let g:syntastic_style_warning_symbol='x'
231-
let g:syntastic_python_checkers=['flake8', 'pydocstyle_new', 'python']
231+
let g:syntastic_python_checkers=['flake8', 'pydocstyle', 'python']
232232

233233
" YouCompleteMe
234234
set completeopt-=preview

0 commit comments

Comments
 (0)