add bandit integration and fix its warnings

This commit is contained in:
2021-08-11 02:45:13 +03:00
parent 78636c2035
commit 62661c9fb1
6 changed files with 17 additions and 3 deletions

View File

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