Selaa lähdekoodia

Add missing Bandit configuration file.

Dan Helfman 2 viikkoa sitten
vanhempi
sitoutus
392fbcd19f
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      .bandit

+ 3 - 0
.bandit

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