-
-
Notifications
You must be signed in to change notification settings - Fork 671
Closed
Labels
APIGood First IssueIssue that can be addressed without an in-depth understanding of LIEFIssue that can be addressed without an in-depth understanding of LIEFenhancement
Description
I'm currently using LIEF in a project that uses mypy for Python type-checking. We use an ignore directive on our import lief #type:ignore
statements, as type stubs for lief are not currently available. I've been considering generating and contributing stubs to https://github.com/python/typeshed, so that we can remove the ignores, and maybe others will find them useful. However I wanted to raise it here first, in case you had an objection / thoughts etc.
xxr0ss, martsa1, huettenhain and yotamN
Metadata
Metadata
Assignees
Labels
APIGood First IssueIssue that can be addressed without an in-depth understanding of LIEFIssue that can be addressed without an in-depth understanding of LIEFenhancement