Ratchet bandit checking down to medium severity
[mudpy.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 391cfd7..ccf06a8 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -18,7 +18,7 @@ commands = mudpy_selftest mudpy/tests/fixtures/test_daemon.yaml
 
 [testenv:bandit]
 deps = bandit
-commands = bandit -lll -r mudpy -x mudpy/tests {posargs}
+commands = bandit -ll -r mudpy -x mudpy/tests {posargs}
 usedevelop = False
 
 [testenv:demo]