summaryrefslogtreecommitdiffstats
path: root/bandit.yml
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 /bandit.yml
parent71d65f38311f625bb9f517551b4c1a29f3b924eb (diff)
Use more standard filename and format for bandit conifguration
Diffstat (limited to 'bandit.yml')
-rw-r--r--bandit.yml9
1 files changed, 9 insertions, 0 deletions
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