Mark bandit’s 402 check as addressed by #4180 (#4181)

This commit is contained in:
Adrián Chaves 2019-12-05 14:48:31 +01:00 committed by GitHub
parent 076f0764b7
commit 07b8cd28aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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