Enable pyrithgt
This commit is contained in:
parent
82084adcb7
commit
6363a15c3f
1 changed files with 2 additions and 2 deletions
|
@ -41,9 +41,9 @@ local servers = {
|
||||||
python = {
|
python = {
|
||||||
analysis = {
|
analysis = {
|
||||||
-- Ignore all files for analysis to exclusively use Ruff for linting
|
-- Ignore all files for analysis to exclusively use Ruff for linting
|
||||||
ignore = { "*" },
|
-- ignore = { "*" },
|
||||||
diagnosticMode = "off",
|
diagnosticMode = "off",
|
||||||
typeCheckingMode = "off",
|
-- typeCheckingMode = "off",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue