Skip to content

Commit 530f878

Browse files
pre-commit-ci[bot]tony
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 56963f4 commit 530f878

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/test_cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@ def test_import(cli_args, monkeypatch):
761761
assert 'tmuxinator' in result.output
762762
assert 'teamocil' in result.output
763763

764+
764765
@pytest.mark.parametrize(
765766
"cli_args",
766767
[
@@ -774,6 +775,7 @@ def test_help(cli_args, monkeypatch):
774775
result = runner.invoke(cli.cli, cli_args)
775776
assert 'Usage: cli [OPTIONS] COMMAND [ARGS]...' in result.output
776777

778+
777779
@pytest.mark.parametrize(
778780
"cli_args,inputs",
779781
[

tmuxp/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ def load_workspace(
750750
return _setup_plugins(builder)
751751

752752

753-
@click.group(context_settings={'obj': {}, 'help_option_names':['-h', '--help']})
753+
@click.group(context_settings={'obj': {}, 'help_option_names': ['-h', '--help']})
754754
@click.version_option(__version__, '-V', '--version', message='%(prog)s %(version)s')
755755
@click.option(
756756
'--log-level',

0 commit comments

Comments
 (0)