We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e11a02 commit d4de502Copy full SHA for d4de502
mypy.ini
@@ -1,6 +1,5 @@
1
[mypy]
2
-
3
-exclude = build|setup.py|venv|samples
+exclude = build|setup.py|venv
4
5
# cloudevents package has no types
6
ignore_missing_imports = True
samples/basic_storage/functions/__init__.py
@@ -0,0 +1,3 @@
+# Required to avoid a 'duplicate modules' mypy error
+# in monorepos that have multiple main.py files.
+# https://github.com/python/mypy/issues/4008
0 commit comments