Update .bandit.yml

This commit is contained in:
Karim shoair
2024-11-30 13:47:46 +02:00
parent 7608d86bf2
commit 4dddebbe24
+2
View File
@@ -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