1
0
mirror of https://github.com/amix/vimrc synced 2025-07-12 06:05:01 +08:00
This commit is contained in:
geezus
2021-06-30 12:00:07 -05:00
parent 43c7efba8d
commit 3afe70fe5a
1529 changed files with 3053 additions and 3018 deletions

0
sources_non_forked/ale/ale_linters/python/bandit.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/python/flake8.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/python/jedils.vim Normal file → Executable file
View File

6
sources_non_forked/ale/ale_linters/python/mypy.vim Normal file → Executable file
View File

@ -43,12 +43,14 @@ function! ale_linters#python#mypy#GetCommand(buffer) abort
\ ? ' run mypy'
\ : ''
let l:options = ale#Var(a:buffer, 'python_mypy_options')
" We have to always switch to an explicit directory for a command so
" we can know with certainty the base path for the 'filename' keys below.
return ale#path#CdString(l:dir)
\ . ale#Escape(l:executable) . l:exec_args
\ . ' --show-column-numbers '
\ . ale#Var(a:buffer, 'python_mypy_options')
\ . (len(l:options) ? (' ' . l:options) : '')
\ . ' --show-column-numbers'
\ . ' --shadow-file %s %t %s'
endfunction

View File

View File

View File

0
sources_non_forked/ale/ale_linters/python/pyflakes.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/python/pylama.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/python/pylint.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/python/pyls.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/python/pyre.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/python/pyright.vim Normal file → Executable file
View File

0
sources_non_forked/ale/ale_linters/python/vulture.vim Normal file → Executable file
View File