Skip to content

Commit

Permalink
Make .bandit.yml pass yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed May 6, 2019
1 parent c94b79d commit eb4fbd7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .bandit.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
# Configuration file for the Bandit python security scanner
# https://bandit.readthedocs.io/en/latest/config.html

# Tests are first included by `tests`, and then excluded by `skips`.
# 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

0 comments on commit eb4fbd7

Please sign in to comment.