Update mypy.ini: add TODO comment

This commit is contained in:
yelhamer
2023-07-20 22:13:06 +01:00
committed by GitHub
parent 6ee1dfd656
commit 806bc1853d

View File

@@ -1,9 +1,10 @@
[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$
| ^capa/ida/helpers.py$
)
[mypy-halo.*]