diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dbc6e80f9f..b7943e3a65 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -104,6 +104,9 @@ repos: - "--check-untyped-defs" - "--ignore-missing-imports" - "--config-file=.github/mypy/mypy.ini" + - "--exclude=capa/render/proto/__init__.py" + - "--exclude=_test_proto.py" + - "--exclude=capa/ida/helpers.py" - "capa/" - "scripts/" - "tests/"