Skip to content

Commit

Permalink
Remove exception for test files from .bandit.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Grayson committed Mar 18, 2024
1 parent e20fbfd commit bd2196e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ tests:

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

exclude:
- '**/test_*.py'

0 comments on commit bd2196e

Please sign in to comment.