diff --git a/.github/mypy/mypy.ini b/.github/mypy/mypy.ini index b7d06e15..603f2e42 100644 --- a/.github/mypy/mypy.ini +++ b/.github/mypy/mypy.ini @@ -1,12 +1,5 @@ [mypy] -# TODO(yelhamer): remove this once proto has been added -# for the dynamic rendering -exclude = (?x)( - ^capa/render/proto/__init__.py$ - | ^tests/_test_proto.py$ - ) - [mypy-halo.*] ignore_missing_imports = True diff --git a/tests/_test_proto.py b/tests/test_proto.py similarity index 100% rename from tests/_test_proto.py rename to tests/test_proto.py