From 806bc1853d3067964221f55d55fe6770049dbec1 Mon Sep 17 00:00:00 2001 From: yelhamer <16624109+yelhamer@users.noreply.github.com> Date: Thu, 20 Jul 2023 22:13:06 +0100 Subject: [PATCH] Update mypy.ini: add TODO comment --- .github/mypy/mypy.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/mypy/mypy.ini b/.github/mypy/mypy.ini index 81614afe..b7d06e15 100644 --- a/.github/mypy/mypy.ini +++ b/.github/mypy/mypy.ini @@ -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.*]