unfetter-discover/unfetter

stix2pattern mypy

j987987 opened this issue · 1 comments

stix2pattern should be good to go for mypy, however, the typed-ast package mypy depends on requires GCC - since Alpine Linux doesn't come with GCC, the wheel for typed-ast won't install.

At some point in the future, maybe mypy will be more alpine friendly.

mypy app.py is the command to test it.