ale/ale_linters/python
Yining b01c0b23bb
Fix: ruff version `0.3.0` cli breaking changes (#4732)
This commit appends `check` to the ruff executable if the version of
specified ruff executable is `>= 0.3.0`, as ruff version `0.3.0`
deprecates `ruff <path>` in favor of `ruff check <path>`:

https://github.com/astral-sh/ruff/releases/tag/v0.3.0
2024-03-02 08:31:19 +09:00
..
bandit.vim Python support poetry (#3834) 2021-07-25 13:39:05 +09:00
cspell.vim Add cspell Linter (#3981) 2021-11-19 07:41:05 +09:00
flake8.vim Python support poetry (#3834) 2021-07-25 13:39:05 +09:00
flakehell.vim Add flakehell python linter (#3295) (#3921) 2021-10-02 16:37:57 +09:00
jedils.vim #4607 No conflicts with nvim-lspconfig by default 2023-09-14 00:40:56 +01:00
mypy.vim Python support poetry (#3834) 2021-07-25 13:39:05 +09:00
prospector.vim Python support poetry (#3834) 2021-07-25 13:39:05 +09:00
pycln.vim add: pycln as a python linter and fixer (#4415) 2023-01-27 10:24:18 +09:00
pycodestyle.vim Python support poetry (#3834) 2021-07-25 13:39:05 +09:00
pydocstyle.vim Pass full path to pydocstyle (#3995) 2021-12-09 23:24:32 +09:00
pyflakes.vim Python support poetry (#3834) 2021-07-25 13:39:05 +09:00
pylama.vim Improve pylama linter output handling (#4106) 2022-04-24 08:28:33 +09:00
pylint.vim Python support poetry (#3834) 2021-07-25 13:39:05 +09:00
pylsp.vim #2172 Auto PATH with ale_python_auto_virtualenv 2023-02-08 09:11:31 +00:00
pyre.vim [python/pyre.vim] Fix pyre persistent behavior (#3895) 2021-09-10 12:53:54 +09:00
pyright.vim Fix 4490 - Fix pyright not running with poetry (#4491) 2023-04-13 08:54:49 +09:00
refurb.vim add: support for refurb as a Python linter (#4379) 2022-12-06 21:26:09 +09:00
ruff.vim Fix: ruff version `0.3.0` cli breaking changes (#4732) 2024-03-02 08:31:19 +09:00
unimport.vim Add a unimport linter for Python files (#4058) 2022-02-08 15:54:25 +09:00
vulture.vim Python support poetry (#3834) 2021-07-25 13:39:05 +09:00