Skip to content

Commit 311e5c0

Browse files
authored
Update findpaths.py
1 parent 04224b8 commit 311e5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/config/findpaths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def determine_setup(
172172
args: Sequence[str],
173173
rootdir_cmd_arg: str | None,
174174
invocation_dir: Path,
175-
) -> tuple[Path, Path | None, dict[str, str | list[str]]]:
175+
) -> tuple[Path, Path | None, dict[str, int | float | str | list[str]]]:
176176
"""Determine the rootdir, inifile and ini configuration values from the
177177
command line arguments.
178178

0 commit comments

Comments
 (0)