nvim: do not defer pyright analysis to ruff

This commit is contained in:
dogeystamp 2024-07-02 14:00:02 +08:00
parent f3d3f4daeb
commit f8590ec109
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -157,12 +157,6 @@ local servers = {
-- defer to ruff
disableOrganizeImports = true,
},
python = {
analysis = {
-- defer to ruff
ignore = { '*' },
},
}
}
},
ruff = {