Modules/Neovim: Disable pylint (doesn't resolve some imports)
This commit is contained in:
@ -703,7 +703,7 @@ in {
|
|||||||
lua = ["luacheck"];
|
lua = ["luacheck"];
|
||||||
markdown = ["vale"];
|
markdown = ["vale"];
|
||||||
nix = ["statix"];
|
nix = ["statix"];
|
||||||
python = ["ruff" "flake8" "pylint"];
|
python = ["ruff" "flake8"]; # TODO: "pylint" can't resolve some imports (e.g. PySide6.QtGui)
|
||||||
tex = ["chktex"];
|
tex = ["chktex"];
|
||||||
# rust = ["clippy"]; # Not supported, but integrated through rustaceanvim
|
# rust = ["clippy"]; # Not supported, but integrated through rustaceanvim
|
||||||
text = ["vale"];
|
text = ["vale"];
|
||||||
|
Reference in New Issue
Block a user