Skip to content

Commit 7b47a27

Browse files
committed
chore: exclude files from basedpyright
1 parent 2146725 commit 7b47a27

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ exclude = [".venv", "balatrobot", "balatro"]
4444
lint.extend-select = ["I"]
4545
lint.task-tags = ["FIX", "TODO", "HACK", "WARN", "PERF", "NOTE", "TEST"]
4646

47-
[tool.pyright]
47+
[tool.basedpyright]
48+
exclude = ["**/__pycache__", ".venv", "balatrobot", "balatro"]
4849
typeCheckingMode = "basic"
4950

5051
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)