Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 17a055b

Browse files
pre-commit-ci[bot]NayeemJohnY
authored andcommittedJun 24, 2025
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 466318c commit 17a055b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎src/_pytest/config/argparsing.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ def addini(
174174
self,
175175
name: str,
176176
help: str,
177-
type: Literal["string", "paths", "pathlist", "args", "linelist", "bool", "int", "float"]
177+
type: Literal[
178+
"string", "paths", "pathlist", "args", "linelist", "bool", "int", "float"
179+
]
178180
| None = None,
179181
default: Any = NOT_SET,
180182
) -> None:

0 commit comments

Comments
 (0)
Please sign in to comment.