Skip to content

Commit 8384a66

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bd24ee0 commit 8384a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytest/_cli_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def populate_argument_parser( # noqa: PLR6301
8787
) -> None:
8888
return None
8989

90-
def invoke_cli_app( # noqa: PLR6301
90+
def invoke_cli_app(
9191
self,
9292
parsed_cli_args: Namespace, # noqa: ARG002
9393
) -> ReturnCodeType:

0 commit comments

Comments
 (0)