Skip to content

Commit 67c5eeb

Browse files
committed
Bpr ignore .venv
1 parent 8557d8e commit 67c5eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ exclude = [
186186
"benchmarks",
187187
"contrib",
188188
".conda-root",
189+
".venv",
189190
]
190191

191192
[[tool.basedpyright.executionEnvironments]]
@@ -223,4 +224,3 @@ reportUnknownMemberType = "hint"
223224
reportMissingImports = "none"
224225
reportArgumentType = "hint"
225226
reportOperatorIssue = "hint"
226-

0 commit comments

Comments
 (0)