summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvieira <vieira@yubo.be>2017-11-13 00:17:20 +0000
committerBrian May <brian@linuxpenguins.xyz>2017-11-13 11:58:43 +1100
commit817284c2f8f3bf9912900bfd58f15e19384ef5a4 (patch)
tree02415b4a3ee9bee359d79cb07b424cba0a61d5e7
parent71d65f38311f625bb9f517551b4c1a29f3b924eb (diff)
Use more standard filename and format for bandit conifguration
-rw-r--r--.bandit3
-rw-r--r--bandit.yml9
2 files changed, 9 insertions, 3 deletions
diff --git a/.bandit b/.bandit
deleted file mode 100644
index c91d1b2..0000000
--- a/.bandit
+++ /dev/null
@@ -1,3 +0,0 @@
-[bandit]
-exclude: sshuttle/tests
-skips: B101,B104,B404,B603,B606,B607
diff --git a/bandit.yml b/bandit.yml
new file mode 100644
index 0000000..5a6733e
--- /dev/null
+++ b/bandit.yml
@@ -0,0 +1,9 @@
+exclude_dirs:
+ - sshuttle/tests
+skips:
+ - B101
+ - B104
+ - B404
+ - B603
+ - B606
+ - B607