Skip to content

Commit e2ca616

Browse files
committed
Fix CI
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 621a033 commit e2ca616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sphinx_argparse_cli/_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__( # noqa: PLR0913
8282
lineno: int,
8383
content_offset: int,
8484
block_text: str,
85-
state: RSTState[Any],
85+
state: RSTState,
8686
state_machine: RSTStateMachine,
8787
) -> None:
8888
options.setdefault("group_title_prefix", None)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ commands =
4545
description = run type check on code base
4646
deps =
4747
mypy==1.10.1
48-
types-docutils>=0.21.0.20240704
48+
types-docutils>=0.21.0.20240708
4949
set_env =
5050
{tty:MYPY_FORCE_COLOR = 1}
5151
commands =

0 commit comments

Comments
 (0)