Skip to content

Commit be9466a

Browse files
committed
chore: add exclusion for intellij-client/build directory in type checking
1 parent b8256fa commit be9466a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ no_implicit_reexport = false
289289
#include_runtime_files = false
290290

291291
[tool.pyright]
292-
exclude = ["**/.hatch", "**/node_modules", "**/__pycache__", "bundled/libs"]
292+
exclude = ["**/.hatch", "**/node_modules", "**/__pycache__", "bundled/libs", "intellij-client/build"]
293293
typeCheckingMode = "off"
294294
pythonVersion = "3.8"
295295

0 commit comments

Comments
 (0)