None: print(f"みんなのPython勉強会#{number}") mypy --disallow-untyped-defs app .py app.py:1: error: Function is missing a type annotation [no-untyped-def] Found 1 error in 1 file (checked 1 source file)
-> None: print(f"みんなのPython勉強会#{number}") app.py:1: error: Function is missing a type annotation [no-untyped-def] Found 1 error in 1 file (checked 1 source file)