Browse Source

Add missing Bandit configuration file.

Dan Helfman 2 weeks ago
parent
commit
392fbcd19f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .bandit

+ 3 - 0
.bandit

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