From 6633fe982571e9c3e8bf13ac9ed24c5d94c6144d Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Fri, 17 Aug 2018 13:16:15 +0000 Subject: [PATCH] Attempt to fix pep8 Test B109 was removed from bandit in release 1.5.0[1] [1] - https://github.com/PyCQA/bandit/commit/d93eed549242013ca10f6fc990dd4234b69958f7 Change-Id: I57ea610b924c2140b7572762c44cbc6510d0f549 (cherry picked from commit fc04dc1cf20335b7efe9548c5b5243fae0b5a620) --- bandit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bandit.yaml b/bandit.yaml index 15fa66fd1f..b5b1482dff 100644 --- a/bandit.yaml +++ b/bandit.yaml @@ -73,7 +73,7 @@ # B702 : use_of_mako_templates # (optional) list included test IDs here, eg '[B101, B406]': -tests: [B102, B103, B109, B302, B306, B308, B309, B310, B401, B501, B502, B506, B601, B602, B609] +tests: [B102, B103, B302, B306, B308, B309, B310, B401, B501, B502, B506, B601, B602, B609] # (optional) list skipped test IDs here, eg '[B101, B406]': skips: