Skip to content

Commit c2ea2b2

Browse files
committed
Bpr ignore .venv
1 parent 3b164e0 commit c2ea2b2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ reportUnusedCallResult = "none"
130130
reportExplicitAny = "none"
131131
reportUnusedParameter = "hint"
132132

133+
ignore = [
134+
".venv",
135+
]
136+
133137
# This reports even cycles that are qualified by 'if TYPE_CHECKING'. Not what
134138
# we care about at this moment.
135139
# https://github.com/microsoft/pyright/issues/746

0 commit comments

Comments
 (0)