mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Use ruff for import sorting
This commit is contained in:
parent
865fc24975
commit
d55a9b582b
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ else
|
|||
let g:ale_linters = {'python': ['mypy', 'ruff --no-update-check']}
|
||||
endif
|
||||
let g:ale_python_mypy_executable = './mypy-editor-integration'
|
||||
let g:ale_fixers = {
|
||||
\ "python": ["ruff"],
|
||||
\}
|
||||
autocmd FileType python noremap \i :ALEFix<CR>
|
||||
set wildignore+==template.py
|
||||
set wildignore+=tags
|
||||
set expandtab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue