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 4d0b269 commit 08b5df6Copy full SHA for 08b5df6
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