We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39ef5c commit 1e8af9aCopy full SHA for 1e8af9a
pyproject.toml
@@ -4,6 +4,8 @@ line-length = 88
4
[tool.isort]
5
profile = "black"
6
multi_line_output = 3
7
+# scrapy_poet/__init__.py: Automatic sorting causes circular dependencies.
8
+skip = ["scrapy_poet/__init__.py"]
9
10
[[tool.mypy.overrides]]
11
module = [
scrapy_poet/__init__.py
@@ -1,5 +1,5 @@
1
-from ._request_fingerprinter import ScrapyPoetRequestFingerprinter
2
from .api import DummyResponse, callback_for
3
from .downloadermiddlewares import InjectionMiddleware
from .page_input_providers import HttpResponseProvider, PageObjectInputProvider
from .spidermiddlewares import RetryMiddleware
+from ._request_fingerprinter import ScrapyPoetRequestFingerprinter
0 commit comments