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

@@ -51,7 +51,7 @@ let s:default_ale_linters = {
\ 'jsonc': [],
\ 'perl': ['perlcritic'],
\ 'perl6': [],
\ 'python': ['flake8', 'mypy', 'pylint', 'pyright'],
\ 'python': ['flake8', 'mypy', 'pylint', 'pyright', 'ruff'],
\ 'rust': ['cargo', 'rls'],
\ 'spec': [],
\ 'text': [],