1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-19 12:58:08 +00:00
scrapy/.bandit.yml

19 lines
174 B
YAML
Raw Normal View History

2019-11-14 12:10:25 +01:00
skips:
- B101
- B105
2019-11-22 12:41:31 -03:00
- B301
2019-11-14 12:10:25 +01:00
- B303
- B306
- B307
- B311
- B320
- B321
- B402 # https://github.com/scrapy/scrapy/issues/4180
2019-11-22 12:41:31 -03:00
- B403
2019-11-14 12:10:25 +01:00
- B404
- B406
- B410
- B503
- B603
- B605