mirror of https://github.com/scrapy/scrapy.git
Fix/ignore flake8 problems.
This commit is contained in:
parent
bdef948aae
commit
9d8c54c0f2
|
|
@ -95,6 +95,7 @@ flake8-ignore =
|
|||
scrapy/loader/__init__.py E501 E128
|
||||
scrapy/loader/processors.py E501
|
||||
# scrapy/pipelines
|
||||
scrapy/pipelines/__init__.py E501
|
||||
scrapy/pipelines/files.py E116 E501 E266
|
||||
scrapy/pipelines/images.py E265 E501
|
||||
scrapy/pipelines/media.py E125 E501 E266
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ from scrapy.utils.conf import build_component_list
|
|||
from scrapy.utils.defer import deferred_f_from_coro_f
|
||||
|
||||
|
||||
|
||||
class ItemPipelineManager(MiddlewareManager):
|
||||
|
||||
component_name = 'item pipeline'
|
||||
|
|
|
|||
Loading…
Reference in New Issue