Skip to content

Commit

Permalink
Don't ignore missing types for google.protobuf anymore
Browse files Browse the repository at this point in the history
The pypi install should get them from types-protobuf, and now they're in
Debian unstable too:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056165
  • Loading branch information
dseomn committed Nov 21, 2023
1 parent a64ea0c commit d954be5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ warn_unused_ignores = true
[[tool.mypy.overrides]]
module = [
"absl.*",
"google.protobuf.*",
]
ignore_missing_imports = true

Expand Down

0 comments on commit d954be5

Please sign in to comment.