From bd2196eeb52c64827c835667fb9280e660e87f2b Mon Sep 17 00:00:00 2001 From: "Grayson, Matthew" Date: Mon, 18 Mar 2024 14:47:24 -0500 Subject: [PATCH] Remove exception for test files from .bandit.yml. --- .bandit.yml | 3 --- 1 file changed, 3 deletions(-) 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'