From f909a7dea9495517a8550c9b9f6a75bd286ce7e3 Mon Sep 17 00:00:00 2001 From: Mariano Martinelli <37857370+marianomartinelli@users.noreply.github.com> Date: Thu, 7 Jul 2022 23:30:08 -0300 Subject: [PATCH] Enhancement Proposal: Plugin "assert_used" config-skip snippet (#695) Update asserts.py Co-authored-by: Eric Brown --- bandit/plugins/asserts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bandit/plugins/asserts.py b/bandit/plugins/asserts.py index e0c16cb0f..346b43c76 100644 --- a/bandit/plugins/asserts.py +++ b/bandit/plugins/asserts.py @@ -25,7 +25,7 @@ .. code-block:: yaml assert_used: - skips: ['*_test.py', 'test_*.py'] + skips: ['*_test.py', '*test_*.py'] :Example: