From b4920aafe26f338a464e58a82ddb18b633d31b0d Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 30 Jan 2017 01:41:01 +0100 Subject: [PATCH] increase allowed line-length, fix whitespace in cli.py --- setup.cfg | 2 +- src/escpos/cli.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index e8da255..ecf3bdb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,4 +8,4 @@ universal=1 [flake8] exclude = .git,.tox,.github,.eggs,__pycache__,doc/conf.py,build,dist,capabilities-data,test -max-line-length = 100 \ No newline at end of file +max-line-length = 120 diff --git a/src/escpos/cli.py b/src/escpos/cli.py index 3e3311d..62742dd 100644 --- a/src/escpos/cli.py +++ b/src/escpos/cli.py @@ -244,13 +244,13 @@ ESCPOS_COMMANDS = [ 'option_strings': ('--high_density_horizontal',), 'help': 'Image density (horizontal)', 'type': str_to_bool, - }, + }, { 'option_strings': ('--high_density_vertical',), 'help': 'Image density (vertical)', 'type': str_to_bool, - }, - + }, + ], }, {