Skip to content

Commit 479a010

Browse files
committed
Drop bandit check B309
It was retired upstream: PyCQA/bandit#858 Continuing to list it causes CI failures like ERROR Unknown test found in profile: B309 Change-Id: I52c535bd2078f25bb57c42a2c2c966247cd3094b
1 parent 049ffd5 commit 479a010

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bandit.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
# B306 : mktemp_q
2828
# B307 : eval
2929
# B308 : mark_safe
30-
# B309 : httpsconnection
3130
# B310 : urllib_urlopen
3231
# B311 : random
3332
# B312 : telnetlib
@@ -80,7 +79,7 @@
8079
# B703 : django_mark_safe
8180

8281
# (optional) list included test IDs here, eg '[B101, B406]':
83-
tests: [B102, B103, B302, B303, B304, B305, B306, B308, B309, B310, B401, B501, B502, B506, B601, B602, B609]
82+
tests: [B102, B103, B302, B303, B304, B305, B306, B308, B310, B401, B501, B502, B506, B601, B602, B609]
8483

8584
# (optional) list skipped test IDs here, eg '[B101, B406]':
8685
skips:

0 commit comments

Comments
 (0)