From d9ba7e246f85e36b45aae52c238dbec0a8dd083f Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Fri, 16 Oct 2020 19:21:37 +0000 Subject: [PATCH] add .bandit exclusion for codefactor --- .bandit | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .bandit diff --git a/.bandit b/.bandit new file mode 100644 index 0000000..c10f271 --- /dev/null +++ b/.bandit @@ -0,0 +1,2 @@ +[bandit] +skips: B607