unfetter
unfetter copied to clipboard
stix2pattern mypy
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.