Skip to content

Commit

Permalink
pre-commit: add mypy exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
yelhamer committed Jul 19, 2023
1 parent 4e4b123 commit a2af3cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit a2af3cd

Please sign in to comment.