Function declarations that have no type annotations at all will be skipped by mypy. Adding an explicit `-> None` tells mypy to run on those functions too.
Function declarations that have no type annotations at all will be skipped by mypy. Adding an explicit `-> None` tells mypy to run on those functions too.