style: run black formatter on commit.py
This commit is contained in:
@@ -24,7 +24,7 @@ def commit():
|
||||
commit_message = base.io_prompt(
|
||||
"Mensaje de commit",
|
||||
validator=lambda s: 0 < len(s) and len(s) < 100,
|
||||
instruction="100 caracteres máximo"
|
||||
instruction="100 caracteres máximo",
|
||||
)
|
||||
message = commit_type + ": " + commit_message
|
||||
|
||||
|
||||
Reference in New Issue
Block a user