From: Jeremy Stanley Date: Sun, 29 Dec 2019 12:23:44 +0000 (+0000) Subject: Ratchet bandit checking down to medium severity X-Git-Tag: 0.1.0~6 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=a49f12ce818759d820d33a01208c1435db4a3af7 Ratchet bandit checking down to medium severity Now that the last of the medium-severity risks have been eliminated, adjust the bandit command line so that it will prevent addition of any new instances. --- diff --git a/tox.ini b/tox.ini index 391cfd7..ccf06a8 100644 --- 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]