update/cgcs-patch/cgcs-patch/cgcs_patch
Al Bailey ecd5a624e2 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

Partial-Bug: 1856585
Change-Id: I8bdc94539f4a6ce243c4e30efc07eed3bad1ce62
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
(cherry picked from commit 5d2da5d041)
2020-01-16 18:02:13 +00:00
..
api Add patch API to determine if patches are available 2019-11-05 14:28:47 -06:00
authapi Fix zuul tox flake8 failures from newer version of hacking 2020-01-16 18:02:13 +00:00
templates cgcs-patch: fix permissions 2019-06-19 12:26:16 -07:00
tests Enable Unused Variable 2019-07-19 10:28:00 -04:00
__init__.py Resolve bashate and pep8 warnings 2018-08-08 19:36:58 -05:00
app.py Add pylint support 2018-08-24 09:19:44 -05:00
base.py Fix zuul tox flake8 failures from newer version of hacking 2020-01-16 18:02:13 +00:00
certificates.py Resolve bashate and pep8 warnings 2018-08-08 19:36:58 -05:00
config.py patching service unicast messaging for loopback interface 2019-05-30 22:51:17 -04:00
constants.py Introduce patch apply/remove semantic support 2019-10-02 16:59:53 -04:00
exceptions.py Introduce patch apply/remove semantic support 2019-10-02 16:59:53 -04:00
messages.py StarlingX open source release updates 2018-05-31 07:37:12 -07:00
patch_agent.py Improved patching robustness on AIO-SX 2019-12-02 15:29:01 +00:00
patch_client.py Improved patching robustness on AIO-SX 2019-12-02 15:29:01 +00:00
patch_controller.py Add patch API to determine if patches are available 2019-11-05 14:28:47 -06:00
patch_functions.py Fix zuul tox flake8 failures from newer version of hacking 2020-01-16 18:02:13 +00:00
patch_signing.py Cleanup Tox multiple imports per line 2019-02-07 13:27:40 -06:00
patch_verify.py Enable Unused Variable 2019-07-19 10:28:00 -04:00
utils.py Add test coverage for cgcs-patch/utils.py 2019-06-28 00:46:14 -04:00