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.
SphinxAdapter.__init__
1 parent db9c181 commit 60a6695Copy full SHA for 60a6695
1 file changed
stubs/Deprecated/deprecated/sphinx.pyi
@@ -17,7 +17,7 @@ class SphinxAdapter(ClassicAdapter):
17
reason: str = "",
18
version: str = "",
19
action: _Actions | None = None,
20
- category: type[Warning] = ...,
+ category: type[Warning] = DeprecationWarning, # noqa: Y011
21
extra_stacklevel: int = 0,
22
line_length: int = 70,
23
) -> None: ...
0 commit comments