Skip to content

Commit 16b3fcb

Browse files
committed
style: tmuxp/cli.py: width too long (96 > 88)
1 parent 844dcca commit 16b3fcb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tmuxp/cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,9 @@ def command_convert(confirmed, config):
11921192
elif ext in ['.yaml', '.yml']:
11931193
to_filetype = 'json'
11941194
else:
1195-
raise click.BadParameter('Unknown filetype: %s (valid: [.json, .yaml, .yml])' % (ext, ))
1195+
raise click.BadParameter(
1196+
'Unknown filetype: %s (valid: [.json, .yaml, .yml])' % (ext,)
1197+
)
11961198

11971199
configparser = kaptan.Kaptan()
11981200
configparser.import_config(config)

0 commit comments

Comments
 (0)