diff --git a/.github/mypy/mypy.ini b/.github/mypy/mypy.ini index 81614afe17..603f2e42fd 100644 --- a/.github/mypy/mypy.ini +++ b/.github/mypy/mypy.ini @@ -1,11 +1,5 @@ [mypy] -exclude = (?x)( - ^capa/render/proto/__init__.py$ - | ^tests/_test_proto.py$ - | ^capa/ida/helpers.py$ - ) - [mypy-halo.*] ignore_missing_imports = True