oslo.messaging/oslo_messaging/notify
Andreas Jaeger 7f638bb493 Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Update local hacking check for new flake8 version.

Blacklist:
W504 line break after binary operator

Fix:
E741 ambiguous variable name
E117 over-indented
E305 expected 2 blank lines after class or function definition, found 1
F841 local variable 'e' is assigned to but never used
W605 invalid escape sequence '\.'

Change-Id: I99d574ca6569f1f177d2c5ce1011f269f4343619
2020-03-30 13:49:29 +00:00
..
__init__.py batch notification listener 2015-12-08 09:14:20 +01:00
_impl_log.py Revert "Ensure the json result type is bytes on Python 3" 2016-03-11 09:00:08 +00:00
_impl_noop.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
_impl_routing.py Remove log translation and i18n 2019-04-24 11:55:38 +02:00
_impl_test.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
dispatcher.py Remove log translation and i18n 2019-04-24 11:55:38 +02:00
filter.py Update hacking for Python3 2020-03-30 13:49:29 +00:00
listener.py Update hacking for Python3 2020-03-30 13:49:29 +00:00
log_handler.py Option group for notifications 2015-11-30 19:30:05 +00:00
logger.py drop topic keyword from Notifier 2017-02-27 14:13:11 +00:00
messaging.py Remove log translation and i18n 2019-04-24 11:55:38 +02:00
middleware.py Remove log translation and i18n 2019-04-24 11:55:38 +02:00
notifier.py Add help msg to payload for CLI notifier 2019-05-23 18:52:19 +02:00