proto: reenable tests and linters

This commit is contained in:
Willi Ballenthin
2023-08-25 09:41:25 +00:00
parent 164b08276c
commit f2909c82f3
2 changed files with 0 additions and 7 deletions

View File

@@ -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