diff --git a/mypy.ini b/mypy.ini index 15b03d9..ff3681c 100644 --- a/mypy.ini +++ b/mypy.ini @@ -6,7 +6,7 @@ exclude = (?x)( | docs/ ) -[mypy-screenpy.*] +[mypy-screenpy_selenium.*] disallow_untyped_defs = True [mypy-tests.*]