unfetter-discover / unfetter

The main project for the Unfetter-Discover application. This is the project that will hold the configuration files, the docker-compose files, issue tracking, and documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stix2pattern mypy

j987987 opened this issue · 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.