We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4357a commit 0ea9c09Copy full SHA for 0ea9c09
1 file changed
mypy.ini
@@ -19,6 +19,3 @@ disallow_untyped_decorators = true
19
disallow_untyped_defs = true
20
warn_return_any = true
21
warn_unreachable = true
22
-exclude = (?x)(
23
- ^pychromecast/generated/ # The protobuf autogenerated files are not annotated
24
- )
0 commit comments