mirror of https://github.com/scrapy/scrapy.git
Ignore flake8 E501 for `scrapy check` tests`
This commit is contained in:
parent
770a8127e8
commit
d014840672
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue