add bandit integration and fix its warnings

This commit is contained in:
2021-08-11 02:45:13 +03:00
parent 375d7c55e5
commit 48e79ce39c
6 changed files with 17 additions and 3 deletions

View File

@ -74,6 +74,7 @@ setup(
extras_require={
"check": [
"autopep8",
"bandit",
"mypy",
"pylint",
],