fault/fm-rest-api/fm/fm
albailey 42a9cfa882 Use newer flake8 on python3.8 zuul systems
flake8 2.5.5 fails on ubuntu-focal zuul machines running python3.8
with the following error:
AttributeError: 'FlakesChecker' object has no attribute 'CONSTANT'

Fixed:
 E117 over-indented
 E741 ambiguous variable name
 F841 local variable is assigned to but never used

Per-Line-Suppressed:
 E402 module level import not at top of file
 F632 use ==/!= to compare constant literals

Global Suppress:
 W504 line break after binary operator
 W605 invalid escape sequence

The suppressed errors can be fixed by later submissions.

Change-Id: I2df3ece427f0c84ce16c1a82f4d9f0c9a5a6982b
Partial-Bug: 1895054
Signed-off-by: albailey <Al.Bailey@windriver.com>
2020-11-16 13:35:31 -06:00
..
api fault: Clean-up /usr/bin/env instances 2019-06-12 15:28:41 -07:00
cmd Use newer flake8 on python3.8 zuul systems 2020-11-16 13:35:31 -06:00
common Remove fm.common.utils.generate_uuid. 2020-01-17 12:04:21 +08:00
db Remove fm.common.utils.generate_uuid. 2020-01-17 12:04:21 +08:00
objects Remove fm/common/timeutils. 2020-01-17 11:35:26 +08:00
tests add test case for migration sync and version 2020-03-10 11:04:08 +08:00
__init__.py Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
config-generator.conf Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00