summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Venthur <bastian.venthur@flixbus.com>2018-10-15 12:02:56 +0200
committerBrian May <brian@linuxpenguins.xyz>2018-10-17 20:52:04 +1100
commitc780597de37ed360826cfa33676dbfd8d89de6f0 (patch)
treea79d80f8cac9162bd4d9e14a65bc478e24bae7f9
parentd085a419b2fb5168a8570f101bf59cb25850fed9 (diff)
updated bandit config
-rw-r--r--bandit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bandit.yml b/bandit.yml
index 5a6733e..24b96cb 100644
--- a/bandit.yml
+++ b/bandit.yml
@@ -1,5 +1,5 @@
exclude_dirs:
- - sshuttle/tests
+ - tests
skips:
- B101
- B104