1

Modules/Neovim: Disable pylint (doesn't resolve some imports)

This commit is contained in:
2025-07-01 15:45:00 +02:00
parent e40691dc01
commit e948afaabd

View File

@ -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"];