mypy.ini: ignore proto issues

This commit is contained in:
Yacine Elhamer
2023-07-18 21:04:51 +01:00
parent e5d7903475
commit 4e4b1235c3
2 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
[mypy]
exclude = (?x)(
^capa/render/proto/__init__.py$
| ^tests/_test_proto.py$
| ^capa/ida/helpers.py$
)
[mypy-halo.*]
ignore_missing_imports = True