Fix not reformatting with ruff

This commit is contained in:
2026-03-25 15:44:25 -05:00
parent 85471835ea
commit dc78594329

View File

@@ -37,7 +37,7 @@ let g:ale_linters = {
\}
let g:ale_fixers = {
\ '*': ['remove_trailing_lines', 'trim_whitespace'],
\ 'python': ['ruff'],
\ 'python': ['ruff_format'],
\}
let g:ale_fix_on_save = 1