diff --git a/.bandit.yml b/.bandit.yml index c8cf0312..b6b3a2c8 100644 --- a/.bandit.yml +++ b/.bandit.yml @@ -9,6 +9,3 @@ tests: skips: - B101 # skip "assert used" check since assertions are required in pytests - -exclude: - - '**/test_*.py'