MatthiasValvekens / certomancer

Quickly construct, mock & deploy PKI test configurations using simple declarative configuration.
MIT License
26 stars 4 forks source link

Add mypy support #7

Closed MatthiasValvekens closed 2 years ago

MatthiasValvekens commented 2 years ago

This PR fixes all current mypy warnings (other than missing stubs for libraries for which there are none available) and adds a GitHub workflow to enforce type-correctness. Fixes #2.