def bar(ness: str = 'ness', *args, **kwargs): return foo(biz=ness, *args, **kwargs). Then mypy version 0.812 throws an error like:
確定! 回上一頁