Render diffs in GitHub-flavoured markdown

14-03-2022

- def func(some_arg: dict) -> None:
+ def func(some_arg: Dict[str, Any]) -> None: