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

1
.bandit.yml Normal file
View File

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