Skip to content

Commit 8771b2e

Browse files
committed
proj: move to basedpyright for type checking and lsp
1 parent c749b91 commit 8771b2e

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pyproject.toml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,9 @@ convention = "numpy"
131131
"tests/test_*.py" = ["D", "ANN"]
132132

133133

134-
[tool.pylsp-mypy]
135-
enabled = true
136-
live_mode = true
137-
strict = true
138-
#overrides = ["--ignore-missing-imports"]
139-
140-
[tool.mypy]
141-
ignore_missing_imports=true
142-
exclude = ["examples/"]
143-
#overrides = ["--ignore-missing-imports"]
134+
[tool.basedpyright]
135+
136+
typeCheckingMode = "off"
144137

145138
[tool.codespell]
146139
ignore-words-list = ["TE","fpr"]

0 commit comments

Comments
 (0)