1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-03-14 23:31:17 +00:00

4 Commits

Author SHA1 Message Date
Emmanuel Rondan
1a3db81492 ignoring E203 flake8 error
ignoring implicit-str-concat pylint error
fixing pylint comment on test_request_cb_kwargs.py
2022-11-29 15:06:54 -03:00
Andrey Rahmatullin
b33244e2f0
Fix the flake8 per-file ignore syntax (#5688) 2022-10-21 16:17:04 +02:00
Andrey Rakhmatullin
eeb199adda Fix flake8 issues in previously ignored files. 2022-10-10 11:10:59 +06:00
Vostretsov Nikita
23cfdb058e
Reducing amount of warnings during test run (#5162)
* put flake8 options into separate file to remove pytest warnings

* remove ResourceLeaked warning in pypy

* suppress warnings from twisted

* ignore deprecation warnings here

* ignore deprecation warning in tests of deprecated methods

* ignore deprecation warnings here

* update test classes

* don`t use deprecated method call

* ignore deprecation warnings here

* proper warning class

* more selective ignoring

* Revert "don`t use deprecated method call"

This reverts commit 59216ab5603c4b47574382768614ef4c39d36747.
2021-05-28 14:45:06 +05:00