Skip to content

Commit b8d0cab

Browse files
committed
typing: add mypy configuration
Signed-off-by: Philipp Hahn <[email protected]>
1 parent 78c0c07 commit b8d0cab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ packages = "elftools"
8080
# junit_xml = "mypy.junit.xml"
8181
junit_format = "per_file"
8282

83+
[[tool.mypy.overrides]]
84+
module = "elftools.construct.*"
85+
follow_imports = "skip"
86+
ignore_errors = true
87+
8388
[tool.pyright]
8489
include = [
8590
"elftools",

0 commit comments

Comments
 (0)