Explorar el Código

Add missing Bandit configuration file.

Dan Helfman hace 1 mes
padre
commit
392fbcd19f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .bandit

+ 3 - 0
.bandit

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