From 4dddebbe241f438bbe9683995947cddb91d9ffa9 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sat, 30 Nov 2024 13:47:46 +0200 Subject: [PATCH] Update .bandit.yml --- .bandit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bandit.yml b/.bandit.yml index 57a5cc4..9d7a1f7 100644 --- a/.bandit.yml +++ b/.bandit.yml @@ -3,3 +3,5 @@ skips: - 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