Skip to content

Commit ce4726f

Browse files
committed
update pyright config
1 parent 13ab866 commit ce4726f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

after/lsp/pyright.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ return {
3333
analysis = {
3434
autoSearchPaths = true,
3535
diagnosticMode = "workspace",
36-
typeCheckingMode = "standard",
36+
typeCheckingMode = "off",
3737
useLibraryCodeForTypes = true,
3838
-- we can this setting below to redefine some diagnostics
3939
diagnosticSeverityOverrides = {

0 commit comments

Comments
 (0)