python-type-hints-checker 0.1.0

Checks Python files for missing type hints in function parameters and return values.
1
2
def f(x: int) -> int:
    return x