Skip to content

Commit

Permalink
use flake8 instead of pep8
Browse files Browse the repository at this point in the history
flake8 wraps pep8 and more.
  • Loading branch information
Eddie Cao committed Feb 6, 2015
1 parent b19c6ba commit 98e705f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gvimrc
Expand Up @@ -74,5 +74,5 @@ hi CursorColumn guibg=#292929 guifg=#ffffff ctermbg=233 ctermfg=230
set macmeta

"syntastic
let g:syntastic_python_checkers = ['pep8']
let g:syntastic_python_checkers = ['flake8']

0 comments on commit 98e705f

Please sign in to comment.