summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago da Silva <thiagodasilva@gmail.com>2018-08-17 13:16:15 +0000
committerprashkre <prashkre@in.ibm.com>2018-08-30 10:43:56 +0000
commit6633fe982571e9c3e8bf13ac9ed24c5d94c6144d (patch)
tree6fc8fd60aa81d188a0d9c3f000230128c037abd9
parent2c5b3dcfc03a1d721b046d8890916dbf37611cde (diff)
downloadswift-6633fe982571e9c3e8bf13ac9ed24c5d94c6144d.tar.gz
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)
-rw-r--r--bandit.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bandit.yaml b/bandit.yaml
index 15fa66fd1..b5b1482df 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: