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 43252eb commit 7630d05Copy full SHA for 7630d05
mypy.ini
@@ -9,6 +9,7 @@ warn_unused_ignores = true
9
warn_unused_configs = true
10
no_implicit_optional = true
11
ignore_missing_imports = true
12
+namespace_packages = true
13
14
[mypy-ddtrace.contrib.*]
15
ignore_errors = true
0 commit comments