Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 27, 2025
1 parent 38eb768 commit 4401488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions py_maker/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4401488

Please sign in to comment.