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