From 1b63d16e7f0d1f931ce48b55b61ae961c106360c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 00:48:30 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tasks.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks.py b/tasks.py index 1978d72..bd92a0b 100644 --- a/tasks.py +++ b/tasks.py @@ -127,9 +127,9 @@ def inner(text): """Format and pads inner text for the message box.""" return ( - f'*{" " * padding}' - f'{text}{" " * (width - len(text) - padding * 2 - 2)}' - f'{" " * padding}*' + f"*{' ' * padding}" + f"{text}{' ' * (width - len(text) - padding * 2 - 2)}" + f"{' ' * padding}*" ) print_callable("=" * width)