Make .bandit.yml pass yamllint

pull/113/head
Jeremy Frasier 5 years ago
parent c94b79deb5
commit eb4fbd751b
No known key found for this signature in database
GPG Key ID: 285B4A02F4305C09
  1. 7
      .bandit.yml

@ -1,3 +1,4 @@
---
# Configuration file for the Bandit python security scanner
# https://bandit.readthedocs.io/en/latest/config.html
@ -5,8 +6,8 @@
# If `tests` is empty, all tests are are considered included.
tests:
#- B101
#- B102
# - B101
# - B102
skips:
#- B101 # skip "assert used" check since assertions are required in pytests
# - B101 # skip "assert used" check since assertions are required in pytests

Loading…
Cancel
Save