mfussenegger / nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
GNU General Public License v3.0
1.76k stars 191 forks source link

Use `ruff check` subcommand #607

Closed dhruvmanila closed 1 week ago

dhruvmanila commented 1 week ago

Use ruff check subcommand instead of relying on the default behavior which has been deprecated and will be removed in v0.5: https://github.com/astral-sh/ruff/pull/12011.