Skip to content

Commit 0ea9c09

Browse files
authored
Remove mypy exclude pattern (#856)
1 parent 8e4357a commit 0ea9c09

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

mypy.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,3 @@ disallow_untyped_decorators = true
1919
disallow_untyped_defs = true
2020
warn_return_any = true
2121
warn_unreachable = true
22-
exclude = (?x)(
23-
^pychromecast/generated/ # The protobuf autogenerated files are not annotated
24-
)

0 commit comments

Comments
 (0)