From e35bade8046999624e7d27f7a3cb301f6004cca2 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Mon, 28 Jul 2025 03:32:17 +0300 Subject: [PATCH] build: update bandit rules --- .bandit.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.bandit.yml b/.bandit.yml index 525749a..1773bf5 100644 --- a/.bandit.yml +++ b/.bandit.yml @@ -1,9 +1,8 @@ skips: - B101 - B311 -- B320 -- B410 - B113 # `Requests call without timeout` these requests are done in the benchmark and examples scripts only - B403 # We are using pickle for tests only - B404 # Using subprocess library - B602 # subprocess call with shell=True identified +- B110 # Try, Except, Pass detected. \ No newline at end of file