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 2056b20 commit ef4edbfCopy full SHA for ef4edbf
mypy.ini
@@ -18,7 +18,7 @@ disallow_untyped_defs = true
18
no_implicit_optional = true
19
warn_return_any = true
20
warn_unreachable = true
21
-exclude = (?x)(controller.py|stick.py|parser.py|nodes|messages|connections|helper.py|smile.py)
+exclude = (?x)(controller.py|stick.py|parser.py|nodes|messages|connections]
22
23
[mypy-plugwise.*]
24
no_implicit_reexport = true
0 commit comments