From 8ee3e7eb71149edead2f3eec8fec608a9bc2802c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20D=C3=BCggelin?= Date: Mon, 5 Aug 2024 21:19:04 +0200 Subject: [PATCH] :wrench: Make pre-commit hook happy --- README.md | 9 ++++----- docs/index.md | 20 ++++++++++---------- scripts/docs.py | 2 +- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3831a84cfa..85ccb3a833 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@

- - - Typer - - + + + Typer +

diff --git a/docs/index.md b/docs/index.md index a2c494eccb..2a6d868ab6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,16 +4,16 @@

- - - Typer - Typer - + + +Typer +Typer +

diff --git a/scripts/docs.py b/scripts/docs.py index fa4e84e3c5..bace22f0a1 100644 --- a/scripts/docs.py +++ b/scripts/docs.py @@ -51,7 +51,7 @@ def generate_readme_content() -> str: flags=re.DOTALL, ) new_content = re.sub( - r"", + r"", r"\1", new_content, flags=re.DOTALL,