update/cgcs-patch/cgcs-patch/cgcs_patch/authapi
Al Bailey 5d2da5d041 Fix zuul tox flake8 failures from newer version of hacking
A newer version of hacking was released which enables additional
checks and is breaking flake8 and zuul.

Hacking has now been clamped at 2.0.0 in test-requirements.txt
Added the same for patch-alarm, although it was not failing.

The new checks that are fixed are:
 H106: Don't put vim configuration in source files
 W605 invalid escape sequence
 F632 use ==/!= to compare str, bytes, and int literals
 F841 local variable is assigned to but never used

The following flake8 extension check has been removed:
 H904 Delay string interpolations at logging calls

Closes-Bug: 1856585
Change-Id: I8bdc94539f4a6ce243c4e30efc07eed3bad1ce62
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2019-12-16 09:56:09 -06:00
..
__init__.py Resolve bashate and pep8 warnings 2018-08-08 19:36:58 -05:00
acl.py Resolve bashate and pep8 warnings 2018-08-08 19:36:58 -05:00
app.py Fix StringIO and ConfigParser import issue for Python2/3 compatible code. 2018-09-07 10:36:01 +08:00
auth_token.py Fix zuul tox flake8 failures from newer version of hacking 2019-12-16 09:56:09 -06:00
config.py StarlingX open source release updates 2018-05-31 07:37:12 -07:00
hooks.py StarlingX open source release updates 2018-05-31 07:37:12 -07:00
policy.py Fix zuul tox flake8 failures from newer version of hacking 2019-12-16 09:56:09 -06:00