From ae765fbaadd32f2e3328b3ce2672d90b8c624026 Mon Sep 17 00:00:00 2001 From: drew2a Date: Wed, 13 Apr 2022 16:47:35 +0200 Subject: [PATCH] Add bandit.yml --- bandit.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bandit.yml diff --git a/bandit.yml b/bandit.yml new file mode 100644 index 00000000000..ff1e96be05a --- /dev/null +++ b/bandit.yml @@ -0,0 +1,8 @@ +#https://bandit.readthedocs.io/en/latest/config.html + +skips: + - B101 # assert_used + +# skip tests: +assert_used: + skips: [ "*/test_*.py", "*/test_*.py" ]