Render diffs in GitHub-flavoured markdown14-03-2022- def func(some_arg: dict) -> None: + def func(some_arg: Dict[str, Any]) -> None: