We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b164e0 commit c2ea2b2Copy full SHA for c2ea2b2
1 file changed
pyproject.toml
@@ -130,6 +130,10 @@ reportUnusedCallResult = "none"
130
reportExplicitAny = "none"
131
reportUnusedParameter = "hint"
132
133
+ignore = [
134
+ ".venv",
135
+]
136
+
137
# This reports even cycles that are qualified by 'if TYPE_CHECKING'. Not what
138
# we care about at this moment.
139
# https://github.com/microsoft/pyright/issues/746
0 commit comments