Skip pickle in bandit check

This commit is contained in:
Eugenio Lacuesta 2019-11-22 12:41:31 -03:00
parent 5bab3c0261
commit 55cc5c9068
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
skips:
- B101
- B105
- B301
- B303
- B306
- B307
@ -8,6 +9,7 @@ skips:
- B320
- B321
- B402
- B403
- B404
- B406
- B410