Skip to content

Commit d1e0203

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent f669757 commit d1e0203

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

py_maker/helpers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,7 @@ def check_cmd_exists(cmd: str) -> bool:
196196
def confirm_values(choices: ProjectValues) -> bool:
197197
"""Confirm the values entered by the user."""
198198
print(
199-
"\n[green][bold]Creating a New Python app with the below "
200-
"settings :\n"
199+
"\n[green][bold]Creating a New Python app with the below settings :\n"
201200
)
202201

203202
padding: int = max(len(key) for key, _ in choices) + 3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ certifi==2024.8.30
55
cffi==1.17.1
66
charset-normalizer==3.3.2
77
click==8.1.7
8-
colorama==0.4.6 ; platform_system == 'Windows'
8+
colorama==0.4.6 ; sys_platform == 'win32'
99
cryptography==43.0.1
1010
deprecated==1.2.14
1111
gitdb==4.0.11

0 commit comments

Comments
 (0)