We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2146725 commit 7b47a27Copy full SHA for 7b47a27
1 file changed
pyproject.toml
@@ -44,7 +44,8 @@ exclude = [".venv", "balatrobot", "balatro"]
44
lint.extend-select = ["I"]
45
lint.task-tags = ["FIX", "TODO", "HACK", "WARN", "PERF", "NOTE", "TEST"]
46
47
-[tool.pyright]
+[tool.basedpyright]
48
+exclude = ["**/__pycache__", ".venv", "balatrobot", "balatro"]
49
typeCheckingMode = "basic"
50
51
[tool.pytest.ini_options]
0 commit comments