More lint fixes #15

Merged
telackey merged 2 commits from dboreham/more-lint-fixes into main 2022-10-06 12:52:43 +00:00
Showing only changes of commit 914dde3eff - Show all commits

1
cli.py
View File

@ -29,6 +29,7 @@ class Options(object):
self.dry_run = dry_run
self.local_stack = local_stack
@click.group(context_settings=CONTEXT_SETTINGS)
@click.option('--quiet', is_flag=True, default=False)
@click.option('--verbose', is_flag=True, default=False)