1
0
Fork 0

Add isort linter

This commit is contained in:
Felipe Contreras-Salinas 2023-02-17 12:11:57 -03:00
parent fab7bf8333
commit 2cdd267d82
No known key found for this signature in database

View file

@ -147,7 +147,7 @@ g.ale_linters = {
go = {'gobuild', 'golangci-lint'}, go = {'gobuild', 'golangci-lint'},
html = {'tidy'}, html = {'tidy'},
javascript = {'eslint'}, javascript = {'eslint'},
python = {'flake8'}, python = {'flake8', 'isort'},
terraform = {'tflint'}, terraform = {'tflint'},
tex = {}, tex = {},
typescript = {}, typescript = {},