Switch to flake8 linter
This commit is contained in:
parent
cd243ea730
commit
cbe06ae9d6
@ -87,7 +87,7 @@ colorscheme sonokai
|
||||
let g:airline_theme = 'sonokai'
|
||||
|
||||
" Ale
|
||||
let g:ale_linters = {'python': ['pylint', 'mypy'],}
|
||||
let g:ale_linters = {'python': ['flake8', 'mypy'],}
|
||||
let g:ale_fixers = {'python': ['black', 'isort']}
|
||||
let g:ale_python_pylint_options = '--disable=C0111'
|
||||
let g:ale_python_mypy_options = '--ignore-missing-imports --disallow-untyped-defs --disallow-incomplete-defs'
|
||||
|
@ -15,6 +15,7 @@
|
||||
- feh # set background
|
||||
- fish
|
||||
- flameshot
|
||||
- flake8
|
||||
- fonts-roboto
|
||||
- foot
|
||||
- fzf
|
||||
|
Loading…
x
Reference in New Issue
Block a user