Switch to flake8 linter

This commit is contained in:
Johannes Rothe 2023-05-04 09:27:07 +02:00
parent cd243ea730
commit cbe06ae9d6
2 changed files with 2 additions and 1 deletions

View File

@ -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'

View File

@ -15,6 +15,7 @@
- feh # set background
- fish
- flameshot
- flake8
- fonts-roboto
- foot
- fzf