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.
2 parents 6ecd830 + 60a6695 commit d718168Copy full SHA for d718168
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