From 4401488350150bf8e9c8768e2b133d09b78631dc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 17:17:11 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks --- py_maker/helpers.py | 3 +-- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/py_maker/helpers.py b/py_maker/helpers.py index 6bd41af4..918c1307 100644 --- a/py_maker/helpers.py +++ b/py_maker/helpers.py @@ -196,8 +196,7 @@ def check_cmd_exists(cmd: str) -> bool: def confirm_values(choices: ProjectValues) -> bool: """Confirm the values entered by the user.""" print( - "\n[green][bold]Creating a New Python app with the below " - "settings :\n" + "\n[green][bold]Creating a New Python app with the below settings :\n" ) padding: int = max(len(key) for key, _ in choices) + 3 diff --git a/requirements.txt b/requirements.txt index 04ce952b..ed4beb74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2024.8.30 cffi==1.17.1 charset-normalizer==3.3.2 click==8.1.7 -colorama==0.4.6 ; platform_system == 'Windows' +colorama==0.4.6 ; sys_platform == 'win32' cryptography==43.0.1 deprecated==1.2.14 gitdb==4.0.11