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
+3 -3
View File
@@ -5,7 +5,7 @@ pyserve down - Stop all services
import signal
import time
from pathlib import Path
from typing import cast
from typing import Any, cast
import click
@@ -31,11 +31,11 @@ import click
)
@click.pass_obj
def down_cmd(
ctx,
ctx: Any,
timeout: int,
volumes: bool,
remove_orphans: bool,
):
) -> None:
"""
Stop and remove all services.