PacketFire / gemini

Cluster container orchestration tool
Apache License 2.0
0 stars 0 forks source link

Adds mypy support #15

Closed JosephMoniz closed 5 years ago

JosephMoniz commented 5 years ago

Adds mypy support. You can run the mypy type checker by running make test. This also adds some other convenience make targets so you can quickly compile a version locked requirements.txt by running make pip-compile and quickly install dependencies by running make pip-install