From 7fbf098e8ae35da43cc3bcd5256416893aef5606 Mon Sep 17 00:00:00 2001 From: drew2a Date: Wed, 13 Apr 2022 15:22:37 +0200 Subject: [PATCH] Add bandit.yml --- bandit.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bandit.yml diff --git a/bandit.yml b/bandit.yml new file mode 100644 index 00000000000..14c0a06a7a4 --- /dev/null +++ b/bandit.yml @@ -0,0 +1,9 @@ +#https://bandit.readthedocs.io/en/latest/config.html + +skips: + - B101 # assert_used + +# skip tests: +assert_used: + skips: [ "*/test_*.py", "*/test_*.py" ] + \ No newline at end of file