Files
octavia/octavia/distributor
Gregory Thiemonge ff8c3aa7e2 Fix new pep8/pylint warnings
Fixed: Consider using {} instead of a call to 'dict' (use-dict-literal)
Fixed: Unnecessary parens after '=' keyword (superfluous-parens)
Fixed: Metaclass class method __new__ should have 'mcs' as first
       argument (bad-mcs-classmethod-argument)

Added: Raising too general exception: Exception (broad-exception-raised)
to the ignore list
This new warning should be addressed in a follow-up patch, not in a
quick fix for unblocking the CI.

Change-Id: I1fdb804d7b561bb3a746d14a51b50edcd445dbe6
2023-02-03 09:05:17 +01:00
..
2023-02-03 09:05:17 +01:00
2018-03-14 07:02:56 +09:00