mirror of
https://github.com/powerline/powerline.git
synced 2025-07-31 01:35:40 +02:00
Also ignore E225 like suggested in CONTRIBUTING.rst
This commit is contained in:
parent
6212711231
commit
25f19596dd
@ -1,2 +1,2 @@
|
||||
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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user