let b:ale_fixers = ['black', 'isort'] let b:ale_linters = ['flake8', 'bandit'] let g:ale_python_flake8_options = '--max-line-length=88'