From 3cd3b794cb652d8118d07f0eda0332b72fa39dad Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 2 Mar 2022 18:07:29 -0300 Subject: [PATCH] Excluded the experiments/ from bandit test --- .bandit | 1 + 1 file changed, 1 insertion(+) diff --git a/.bandit b/.bandit index 2560c207..3c7306e6 100644 --- a/.bandit +++ b/.bandit @@ -1,3 +1,4 @@ [bandit] skips = B101,B102,B105,B301,B303,B310,B318,B401,B403,B404,B405,B408,B314,B602,B603,B604,B606,B607 exclude = submodules/ + experiments/