We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c94b79d + eb4fbd7 commit 76999e2Copy full SHA for 76999e2
.bandit.yml
@@ -1,12 +1,13 @@
1
+---
2
# Configuration file for the Bandit python security scanner
3
# https://bandit.readthedocs.io/en/latest/config.html
4
5
# Tests are first included by `tests`, and then excluded by `skips`.
6
# If `tests` is empty, all tests are are considered included.
7
8
tests:
- #- B101
9
- #- B102
+# - B101
10
+# - B102
11
12
skips:
- #- 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