Skip to content

Commit 60f1dbb

Browse files
committed
Bpr ignore .venv
1 parent c4775c5 commit 60f1dbb

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
@@ -162,6 +162,7 @@ exclude = [
162162
".conda-root",
163163
"build",
164164
".env",
165+
".venv",
165166
]
166167

167168
[[tool.basedpyright.executionEnvironments]]
@@ -193,4 +194,3 @@ reportMissingTypeArgument = "hint"
193194
reportPrivateUsage = "none"
194195
reportMissingTypeStubs = "hint"
195196
reportAny = "hint"
196-

0 commit comments

Comments
 (0)