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, - }, - + }, + ], }, {