Add ignore rule for assert test

This commit is contained in:
Evan Richardson
2021-04-02 15:00:44 -07:00
parent e4a88ea26b
commit 197c762909

View File

@@ -0,0 +1,6 @@
[bandit]
[[bandit.ruleset]]
disable = true
[bandit.ruleset.identifier]
type = "bandit_test_id"
value = "B101"