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