Also ignore E225 like suggested in CONTRIBUTING.rst

This commit is contained in:
ZyX 2013-04-06 23:14:18 +04:00
parent 6212711231
commit 25f19596dd
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
setlocal noexpandtab setlocal noexpandtab
let g:syntastic_python_flake8_args = '--ignore=W191,E501,E121,E122,E123,E128' let g:syntastic_python_flake8_args = '--ignore=W191,E501,E121,E122,E123,E128,E225'