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 621a033 commit e2ca616Copy full SHA for e2ca616
src/sphinx_argparse_cli/_logic.py
@@ -82,7 +82,7 @@ def __init__( # noqa: PLR0913
82
lineno: int,
83
content_offset: int,
84
block_text: str,
85
- state: RSTState[Any],
+ state: RSTState,
86
state_machine: RSTStateMachine,
87
) -> None:
88
options.setdefault("group_title_prefix", None)
tox.ini
@@ -45,7 +45,7 @@ commands =
45
description = run type check on code base
46
deps =
47
mypy==1.10.1
48
- types-docutils>=0.21.0.20240704
+ types-docutils>=0.21.0.20240708
49
set_env =
50
{tty:MYPY_FORCE_COLOR = 1}
51
commands =
0 commit comments