Enable pyrithgt

This commit is contained in:
pro100ton 2025-02-06 08:24:02 +03:00
parent 82084adcb7
commit 6363a15c3f

View file

@ -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",
}, },
}, },
}, },