Merge "Enable PEP8 check E241"
This commit is contained in:
commit
5c79ca105c
@ -103,7 +103,7 @@ class NotificationDispatcher(object):
|
||||
publisher_id = message.get('publisher_id')
|
||||
event_type = message.get('event_type')
|
||||
metadata = {
|
||||
'message_id': message.get('message_id'),
|
||||
'message_id': message.get('message_id'),
|
||||
'timestamp': message.get('timestamp')
|
||||
}
|
||||
priority = message.get('priority', '').lower()
|
||||
|
2
tox.ini
2
tox.ini
@ -25,7 +25,7 @@ commands = python setup.py build_sphinx
|
||||
|
||||
[flake8]
|
||||
show-source = True
|
||||
ignore = E241,E265,E714,H237,H402,H405,H904
|
||||
ignore = E265,E714,H237,H402,H405,H904
|
||||
exclude = .tox,dist,doc,*.egg,build,__init__.py
|
||||
builtins = _
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user