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 1eb24e9 commit 6cbc05bCopy full SHA for 6cbc05b
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