Move path

This commit is contained in:
Laerte Pereira 2024-05-26 19:57:16 -03:00
parent 2facdd4fb0
commit 6cd0857850
1 changed files with 1 additions and 1 deletions

View File

@ -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