vim: fix ruff python formatter

fix-ci
bretello 2023-12-04 10:21:14 +01:00
parent 0ada46b805
commit 37f33a3614
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ let g:ale_fixers = {
\ 'markdown': ['prettier'],
\ 'terraform': ['terraform'],
\ 'yaml': ['prettier'],
\ 'python': ['ruff'],
\ 'python': ['ruff_format'],
\ 'go': ['gofmt', 'goimports'],
\ 'rust': ['rustfmt'],
\ 'sql': ['pgformatter'],