1
0
Fork 0

Enable isort

This commit is contained in:
Daniele Tricoli 2021-04-28 16:59:23 +02:00
parent ef5fb65fb6
commit 924a92b67f

View file

@ -7,4 +7,4 @@ if executable('black')
let &l:formatprg = 'black --quiet -'
endif
let b:ale_fixers = ['black']
let b:ale_fixers = ['black', 'isort']