let g:ale_python_flake8_options = '--ignore=E501,E402'
let g:ale_linters = {
\ 'python': ['flake8'],
\ }
let g:ale_fixers = {
\ 'python': ['black']