vimrc: pylint ignore missing docstrings
All checks were successful
dotfiles/pipeline/head This commit looks good
All checks were successful
dotfiles/pipeline/head This commit looks good
This commit is contained in:
parent
ea36b6da7b
commit
1022e41c64
@ -47,9 +47,10 @@ colorscheme sonokai
|
||||
let g:airline_theme = 'sonokai'
|
||||
|
||||
" Ale
|
||||
let g:ale_linters = {'python': ['flake8', 'pylint'],}
|
||||
let g:ale_linters = {'python': ['pylint'],}
|
||||
let g:ale_fixers = {}
|
||||
let g:ale_fixers.python = ['black']
|
||||
let g:ale_python_pylint_options = '--disable=C0111'
|
||||
|
||||
" Black
|
||||
let g:black_linelength = 80
|
||||
|
Loading…
x
Reference in New Issue
Block a user