Across the entire repository, would like to see function type hinting implemented in function definitions, e.g., `def function_definition(input_dict: dict):` `def function_definition(input_str: str, a_tuple: tuple):`