build: update bandit rules

This commit is contained in:
Karim shoair
2025-09-28 04:54:27 +03:00
parent 716a5c3572
commit 292208e22d
+2 -1
View File
@@ -5,4 +5,5 @@ skips:
- B403 # We are using pickle for tests only
- B404 # Using subprocess library
- B602 # subprocess call with shell=True identified
- B110 # Try, Except, Pass detected.
- B110 # Try, Except, Pass detected.
- B104 # Possible binding to all interfaces.