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

1
.bandit-test.yml Normal file
View File

@ -0,0 +1 @@
skips: ['B101', 'B306', 'B404']