Skip to content

Commit 5df7b7c

Browse files
chore(ci/mypy): fix broken types-protobuf (#3453) (#3455)
(cherry picked from commit 96a7951) Co-authored-by: Brett Langdon <[email protected]>
1 parent 0580288 commit 5df7b7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ warn_unused_ignores = true
99
warn_unused_configs = true
1010
no_implicit_optional = true
1111
ignore_missing_imports = true
12+
namespace_packages = true
1213

1314
[mypy-ddtrace.contrib.*]
1415
ignore_errors = true

0 commit comments

Comments
 (0)