mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Fix typos in flake8 test messages
Signed-off-by: Nick Diego Yamane <nick.diego@gmail.com>
This commit is contained in:
@@ -158,7 +158,7 @@ Execute(Using `python -m flake8` should be supported for running flake8):
|
||||
\ ale#Escape('python') . ' -m flake8 --some-option --format=default -',
|
||||
\ ale_linters#python#flake8#GetCommand(bufnr(''), ['2.9.9'])
|
||||
|
||||
Execute(Using `python2 -m flake8` should be use with the old args option):
|
||||
Execute(Using `python2 -m flake8` should be supported with the old args option):
|
||||
let g:ale_python_flake8_executable = 'python2'
|
||||
let g:ale_python_flake8_args = '-m flake8'
|
||||
let g:ale_python_flake8_use_global = 0
|
||||
|
||||
Reference in New Issue
Block a user