Sfoglia il codice sorgente

Add missing Bandit configuration file.

Dan Helfman 1 mese fa
parent
commit
392fbcd19f
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      .bandit

+ 3 - 0
.bandit

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