Apply formatting
This commit is contained in:
parent
8b943a903a
commit
98040d8a31
10 changed files with 375 additions and 232 deletions
|
@ -11,7 +11,7 @@ def setup_logging(verbose: bool):
|
|||
stream=sys.stdout,
|
||||
format='%(asctime)s %(levelname)s: %(message)s',
|
||||
datefmt='%m/%d/%Y %H:%M:%S',
|
||||
level=level
|
||||
level=level,
|
||||
)
|
||||
|
||||
|
||||
|
@ -19,5 +19,5 @@ verbose_option = click.option(
|
|||
'-v',
|
||||
'--verbose',
|
||||
is_flag=True,
|
||||
help='Enables verbose logging'
|
||||
help='Enables verbose logging',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue