Enable ruff for Python by default

This commit is contained in:
w0rp
2022-12-25 15:13:04 +00:00
parent 4c5c47b593
commit 2ae04b310a
3 changed files with 3 additions and 3 deletions

View File

@@ -1647,7 +1647,7 @@ g:ale_linters *g:ale_linters*
\ 'jsonc': [],
\ 'perl': ['perlcritic'],
\ 'perl6': [],
\ 'python': ['flake8', 'mypy', 'pylint', 'pyright'],
\ 'python': ['flake8', 'mypy', 'pylint', 'pyright', 'ruff'],
\ 'rust': ['cargo', 'rls'],
\ 'spec': [],
\ 'text': [],