summaryrefslogtreecommitdiffstats
path: root/doc/tools/make_rst.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-06-19 23:33:02 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-06-19 23:33:02 +0200
commitc9c941e339a6632247b6bd073d10bea548bed20b (patch)
tree436b16007c5d9b3451e7bc03e44ff2187f0c3b17 /doc/tools/make_rst.py
parent764193629ff0bac11c4a6ddfa946f1dd3d841799 (diff)
downloadredot-engine-c9c941e339a6632247b6bd073d10bea548bed20b.tar.gz
CI: Update static checks to black 23.3.0
And apply it to the codebase, removing empty lines at the start of blocks.
Diffstat (limited to 'doc/tools/make_rst.py')
-rwxr-xr-xdoc/tools/make_rst.py1
1 files changed, 0 insertions, 1 deletions
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: