Skip to content

Commit

Permalink
Add bandit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Apr 13, 2022
1 parent b7d1689 commit 7fbf098
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bandit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#https://bandit.readthedocs.io/en/latest/config.html

skips:
- B101 # assert_used

# skip tests:
assert_used:
skips: [ "*/test_*.py", "*/test_*.py" ]

0 comments on commit 7fbf098

Please sign in to comment.