Add bandit linting to tox.ini

This commit is contained in:
Dmitri Bogomolov 2021-08-02 15:26:25 +03:00
parent 03d6361a3d
commit 737b529298
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 2 additions and 0 deletions

View File

@ -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 =