浏览代码

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