From c9c941e339a6632247b6bd073d10bea548bed20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 19 Jun 2023 23:33:02 +0200 Subject: CI: Update static checks to black 23.3.0 And apply it to the codebase, removing empty lines at the start of blocks. --- doc/tools/make_rst.py | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/tools/make_rst.py') diff --git a/doc/tools/make_rst.py b/doc/tools/make_rst.py index 7cc05087b7..0649a0bb62 100755 --- a/doc/tools/make_rst.py +++ b/doc/tools/make_rst.py @@ -1466,7 +1466,6 @@ def make_link(url: str, title: str) -> str: def make_rst_index(grouped_classes: Dict[str, List[str]], dry_run: bool, output_dir: str) -> None: - if dry_run: f = open(os.devnull, "w", encoding="utf-8") else: -- cgit v1.2.3