Checker flake8: update comments.

This commit is contained in:
LCD 47 2017-09-01 07:51:15 +03:00
parent f1a9b153bd
commit 28376c0c9a
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.8.0-70'
let g:_SYNTASTIC_VERSION = '3.8.0-71'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1

View File

@ -41,6 +41,7 @@ function! SyntaxCheckers_python_flake8_GetLocList() dict
" F*** are PyFlakes codes
" C*** are McCabe complexity messages
" N*** are naming conventions from pep8-naming
" H*** are OpenStack messages
if has_key(e, 'nr')
let e['text'] .= printf(' [%s%03d]', e['type'], e['nr'])