fixed pyservectl linter errors and formatting

This commit is contained in:
Илья Глазунов
2025-12-04 03:17:21 +03:00
parent 7662a7924a
commit 3b59994fc9
15 changed files with 87 additions and 62 deletions
+4 -4
View File
@@ -4,7 +4,7 @@ pyserve ps / status - Show service status
import json
from pathlib import Path
from typing import Optional
from typing import Any, Optional
import click
@@ -39,13 +39,13 @@ import click
)
@click.pass_obj
def ps_cmd(
ctx,
services: tuple,
ctx: Any,
services: tuple[str, ...],
show_all: bool,
quiet: bool,
output_format: str,
filter_status: Optional[str],
):
) -> None:
"""
Show status of services.