From 4663f0b9df7f687bf05ca57e5b6e8442b0997df7 Mon Sep 17 00:00:00 2001 From: Eugenio Lacuesta Date: Sun, 22 Mar 2020 23:38:51 -0300 Subject: [PATCH] Update pytest.ini after removing E501 --- pytest.ini | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pytest.ini b/pytest.ini index 6f7e09478..1b00bfb84 100644 --- a/pytest.ini +++ b/pytest.ini @@ -33,7 +33,6 @@ flake8-ignore = scrapy/commands/fetch.py E401 E128 E731 scrapy/commands/genspider.py E128 E502 scrapy/commands/parse.py E128 E731 - scrapy/commands/runspider.py scrapy/commands/settings.py E128 scrapy/commands/shell.py E128 E502 scrapy/commands/startproject.py E127 E128 @@ -43,10 +42,8 @@ flake8-ignore = scrapy/contracts/default.py E128 # scrapy/core scrapy/core/engine.py E128 E127 E502 - scrapy/core/scheduler.py scrapy/core/scraper.py E128 W504 scrapy/core/spidermw.py E731 E126 - scrapy/core/downloader/__init__.py scrapy/core/downloader/contextfactory.py E128 E126 scrapy/core/downloader/middleware.py E502 scrapy/core/downloader/tls.py E241 @@ -72,7 +69,6 @@ flake8-ignore = scrapy/linkextractors/lxmlhtml.py E731 # scrapy/loader scrapy/loader/__init__.py E128 - scrapy/loader/processors.py # scrapy/pipelines scrapy/pipelines/files.py E116 E266 scrapy/pipelines/images.py E265 @@ -87,6 +83,7 @@ flake8-ignore = # scrapy/spiders scrapy/spiders/__init__.py E402 # scrapy/utils + scrapy/utils/conf.py E402 scrapy/utils/defer.py E128 scrapy/utils/deprecate.py E128 E127 E502 scrapy/utils/gz.py W504 @@ -164,7 +161,5 @@ flake8-ignore = tests/test_utils_sitemap.py E128 E124 tests/test_utils_url.py E127 E125 E241 E126 E123 tests/test_webclient.py E128 E122 E402 E241 E123 E126 - tests/test_cmdline/__init__.py tests/test_settings/__init__.py E128 tests/test_spiderloader/__init__.py E128 - tests/test_utils_misc/__init__.py