nvim: do not defer pyright analysis to ruff
This commit is contained in:
parent
f3d3f4daeb
commit
f8590ec109
@ -157,12 +157,6 @@ local servers = {
|
|||||||
-- defer to ruff
|
-- defer to ruff
|
||||||
disableOrganizeImports = true,
|
disableOrganizeImports = true,
|
||||||
},
|
},
|
||||||
python = {
|
|
||||||
analysis = {
|
|
||||||
-- defer to ruff
|
|
||||||
ignore = { '*' },
|
|
||||||
},
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ruff = {
|
ruff = {
|
||||||
|
Loading…
Reference in New Issue
Block a user