Ignore flake8 E501 for `scrapy check` tests`

This commit is contained in:
ajaymittur28 2020-07-07 15:24:33 +05:30
parent 770a8127e8
commit d014840672
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ flake8-ignore =
tests/pipelines.py F841 E226
tests/spiders.py E501 E127
tests/test_closespider.py E501 E127
tests/test_command_check.py E501
tests/test_command_fetch.py E501
tests/test_command_parse.py E501 E128 E303 E226
tests/test_command_shell.py E501 E128