diff --git a/.bandit.yml b/.bandit.yml index 7b89269..0b53a96 100644 --- a/.bandit.yml +++ b/.bandit.yml @@ -11,4 +11,4 @@ tests: # - B102 skips: - - B101 # skip "assert used" check since assertions are required in pytests + - B101 # skip "assert used" check since assertions are required in pytests