verify_release:144: error: Incompatible default for argument "key_id" (default has type "None", argument has type "str") [assignment]
verify_release:144: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
Looks like key_id argument just requires better annotation
blocks #2169