bandit: allow-list B324 for the time being

This commit is contained in:
Adrián Chaves 2022-03-01 13:01:20 +01:00
parent 6b63e7c147
commit 84853c4fa6
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ skips:
- B311
- B320
- B321
- B324
- B402 # https://github.com/scrapy/scrapy/issues/4180
- B403
- B404