mirror of
https://github.com/mandiant/capa.git
synced 2026-01-03 16:27:58 -08:00
mypy.ini: ignore proto issues
This commit is contained in:
6
.github/mypy/mypy.ini
vendored
6
.github/mypy/mypy.ini
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user