All Questions
1 question
1
vote
1
answer
149
views
How to use ruff as fixer in vim with ALE
I'm using ale in vim, and I want to add ruff as fixer for python.
So, in .vimrc, I added:
let g:ale_fixers = {
\ 'python': ['ruff'], ...