mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Move to pyproject.toml and ruff
This commit is contained in:
parent
44866a6e79
commit
d248d5ad75
3 changed files with 25 additions and 30 deletions
|
|
@ -1,9 +1,9 @@
|
|||
" Scan the following dirs recursively for tags
|
||||
let g:project_tags_dirs = ['kitty', 'kittens']
|
||||
let g:project_tags_dirs = ['kitty', 'kittens', 'tools']
|
||||
if exists('g:ale_linters')
|
||||
let g:ale_linters['python'] = ['mypy', 'flake8']
|
||||
let g:ale_linters['python'] = ['mypy', 'ruff']
|
||||
else
|
||||
let g:ale_linters = {'python': ['mypy', 'flake8']}
|
||||
let g:ale_linters = {'python': ['mypy', 'ruff']}
|
||||
endif
|
||||
let g:ale_python_mypy_executable = './mypy-editor-integration'
|
||||
let g:ycm_python_binary_path = 'python3'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue