From 142f80f8237ba68b2dea0ed1c7a8bf6ae9d1c0d6 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Sun, 15 Apr 2018 14:20:03 +0200 Subject: [PATCH 1/3] Add bandit configuration --- .bandit | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .bandit diff --git a/.bandit b/.bandit new file mode 100644 index 0000000..d5536dc --- /dev/null +++ b/.bandit @@ -0,0 +1,2 @@ +[bandit] +excludes = tests From 20a915e4ccbe006949f9b0bd26fe8fcb9b583c4f Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Sun, 15 Apr 2018 14:20:59 +0200 Subject: [PATCH 2/3] Update .bandit --- .bandit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bandit b/.bandit index d5536dc..7438283 100644 --- a/.bandit +++ b/.bandit @@ -1,2 +1,2 @@ [bandit] -excludes = tests +exclude = tests From 2c4040e0449aeb13f89f405d22cf593cd8c80e83 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Sun, 15 Apr 2018 14:21:54 +0200 Subject: [PATCH 3/3] Update .bandit --- .bandit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bandit b/.bandit index 7438283..fba0d25 100644 --- a/.bandit +++ b/.bandit @@ -1,2 +1,2 @@ [bandit] -exclude = tests +exclude: tests