ソースを参照

Add missing Bandit configuration file.

Dan Helfman 2 週間 前
コミット
392fbcd19f
1 ファイル変更3 行追加0 行削除
  1. 3 0
      .bandit

+ 3 - 0
.bandit

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