Skip to content

Commit eb4fbd7

Browse files
committed
Make .bandit.yml pass yamllint
1 parent c94b79d commit eb4fbd7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.bandit.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
---
12
# Configuration file for the Bandit python security scanner
23
# https://bandit.readthedocs.io/en/latest/config.html
34

45
# Tests are first included by `tests`, and then excluded by `skips`.
56
# If `tests` is empty, all tests are are considered included.
67

78
tests:
8-
#- B101
9-
#- B102
9+
# - B101
10+
# - B102
1011

1112
skips:
12-
#- B101 # skip "assert used" check since assertions are required in pytests
13+
# - B101 # skip "assert used" check since assertions are required in pytests

0 commit comments

Comments
 (0)