From 737b52929861b6e1b814b271175d07590731dc7d Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Mon, 2 Aug 2021 15:26:25 +0300 Subject: [PATCH] Add bandit linting to tox.ini --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 32fb7cd..2d9f7a8 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ skip_missing_interpreters = true [testenv] deps = + bandit flake8 pylint -rrequirements.txt @@ -16,6 +17,7 @@ commands = flake8 minode --count --select=E9,F63,F7,F82 --show-source --statistics flake8 minode --count --statistics pylint minode --exit-zero --rcfile=tox.ini + bandit -r --exit-zero -x tests minode [testenv:stats] commands =