Skip to content

Commit

Permalink
Codestyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Hubbard committed May 24, 2019
1 parent b2c387c commit 9930711
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion redislite/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'list-max-ziplist-entries': '512',
'list-max-ziplist-value': '64',
'loglevel': 'notice',
'logfile' : 'redis.log',
'logfile': 'redis.log',
'lua-time-limit': '5000',
'pidfile': '/var/run/redislite/redis.pid',
'port': '0',
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ deps=
flake8
commands =
flake8 {posargs}

[pycodestyle]
ignore = E1,E2,E3,E4,E5,W293
max_line_length = 160

0 comments on commit 9930711

Please sign in to comment.