clan-cli: Add ruff to devShell again. Add missing type annotations

This commit is contained in:
Qubasa
2025-01-29 19:16:34 +07:00
parent 6e47f1ee96
commit 4a144e77a4
4 changed files with 7 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ from typing import Any
log = logging.getLogger(__name__)
# This is for simulating user input in tests.
MOCK_PROMPT_RESPONSE = None
MOCK_PROMPT_RESPONSE: None = None
class PromptType(enum.Enum):