Skip to content

Commit fa4affd

Browse files
committed
Bpr ignore .venv
1 parent fcbc8a5 commit fa4affd

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
@@ -158,6 +158,7 @@ reportImportCycles = "none"
158158
exclude = [
159159
"doc",
160160
".conda-root",
161+
".venv",
161162
]
162163

163164
pythonVersion = "3.10"
@@ -204,4 +205,3 @@ reportPossiblyUnboundVariable = "hint"
204205
reportPrivateUsage = "none"
205206
reportUnusedImport = "hint"
206207
reportIndexIssue = "hint"
207-

0 commit comments

Comments
 (0)