From 8a4ad166e268198c349a12f764bc7bd4e2b2e484 Mon Sep 17 00:00:00 2001 From: Roman Zlobin <RLKRo@proton.me> Date: Fri, 24 Jan 2025 17:07:08 +0300 Subject: [PATCH] reformat --- scripts/misc.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/scripts/misc.py b/scripts/misc.py index 8ad335d12..51892fffd 100644 --- a/scripts/misc.py +++ b/scripts/misc.py @@ -33,13 +33,7 @@ def info(): f"{Fore.BLUE}poetry run poe quick_test{Style.RESET_ALL}:" + " Run tests that do not require docker and are not marked with 'slow' and collect coverage" ) - print( - f"{Fore.BLUE}poetry run poe docs{Style.RESET_ALL}:" - + " Build Sphinx docs" - ) - print( - f"{Fore.BLUE}poetry run poe docs_no_docker{Style.RESET_ALL}:" - + " Build Sphinx docs; " - ) + print(f"{Fore.BLUE}poetry run poe docs{Style.RESET_ALL}:" + " Build Sphinx docs") + print(f"{Fore.BLUE}poetry run poe docs_no_docker{Style.RESET_ALL}:" + " Build Sphinx docs; ") print(f"{Fore.BLUE}poetry run poe clean_docs{Style.RESET_ALL}: Remove all documentation build roots") print(f"{Fore.BLUE}poetry run poe clean{Style.RESET_ALL}: Clean all build artifacts\n")