ty
ty copied to clipboard
Add server setting to disable syntax errors
Similar to ruff's showSyntaxErrors option. An option like this is useful if you want to use ty alongside other Python LSPs (like Ruff) to avoid seeing multiple diagnostics for the same syntax error.
The most "trivial" implementation here would be to filter out syntax errors on the LSP side.