Skip to content

Commit f95315b

Browse files
committed
CI: Remove B320 and B410 bandit skips
They were removed upstream recently, so now Bandit is complaining about the unknown test. See PyCQA/bandit#1212 Change-Id: Ie668d49a56c0a6542d28128656cfd44f7c089ec4
1 parent 94d3a5d commit f95315b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bandit.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ skips:
9797
- B603
9898
- B607
9999
# We parse xml
100-
- B320
101100
- B405
102-
- B410
103101
- B603
104102

105103
### (optional) plugin settings - some test plugins require configuration data

0 commit comments

Comments
 (0)