Skip to content

Commit 280d94f

Browse files
committed
Add bpr exclude
1 parent 0fc890b commit 280d94f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,13 @@ pythonPlatform = "All"
150150

151151
reportImplicitOverride = "hint"
152152

153+
exclude = [
154+
"doc",
155+
".conda-root",
156+
"build",
157+
".env",
158+
]
159+
153160
[[tool.basedpyright.executionEnvironments]]
154161
root = "test"
155162
reportUnknownArgumentType = "hint"

0 commit comments

Comments
 (0)