mirror of https://github.com/scrapy/scrapy.git
Move path
This commit is contained in:
parent
2facdd4fb0
commit
6cd0857850
2
.flake8
2
.flake8
|
|
@ -9,7 +9,6 @@ exclude =
|
|||
per-file-ignores =
|
||||
# Exclude files that are meant to provide top-level imports
|
||||
# E402: Module level import not at top of file
|
||||
tests/CrawlerRunner/change_reactor.py:E402
|
||||
# F401: Module imported but unused
|
||||
scrapy/__init__.py:E402
|
||||
scrapy/core/downloader/handlers/http.py:F401
|
||||
|
|
@ -17,6 +16,7 @@ per-file-ignores =
|
|||
scrapy/linkextractors/__init__.py:E402,F401
|
||||
scrapy/selector/__init__.py:F401
|
||||
scrapy/spiders/__init__.py:E402,F401
|
||||
tests/CrawlerRunner/change_reactor.py:E402
|
||||
|
||||
# Issues pending a review:
|
||||
scrapy/utils/url.py:F403,F405
|
||||
|
|
|
|||
Loading…
Reference in New Issue