Explorar o código

Add missing Bandit configuration file.

Dan Helfman hai 2 semanas
pai
achega
392fbcd19f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .bandit

+ 3 - 0
.bandit

@@ -0,0 +1,3 @@
+[bandit]
+exclude=tests
+skips=S105,S404