Fix not reformatting with ruff
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user