1 2 3 4 5 6 7
def say_hello(_new: str) -> str: # [useless-param-doc] """say hello! :param _new: :return: comment """ return "hello"