style: Ruff-Formatierung auf Alicias Empfehlungs-Engine
Quality Gate / 🛡️ Lint + Type Check + Tests (push) Failing after 12m52s
Quality Gate / 🛡️ Lint + Type Check + Tests (push) Failing after 12m52s
This commit is contained in:
@@ -7,9 +7,7 @@ FACTOR_DAUER: float = 33.33
|
||||
FACTOR_INTERAKTION: float = 33.33
|
||||
|
||||
|
||||
def score_berechnen(
|
||||
spiel: SPIEL, praeferenzen: dict[str, float]
|
||||
) -> float:
|
||||
def score_berechnen(spiel: SPIEL, praeferenzen: dict[str, float]) -> float:
|
||||
"""Berechnet den Match-Score für ein Spiel.
|
||||
|
||||
Bewertet das Spiel nach drei Dimensionen:
|
||||
|
||||
@@ -13,6 +13,7 @@ class SPIEL(TypedDict):
|
||||
komplexitaet: float
|
||||
kategorien: list[str]
|
||||
|
||||
|
||||
MIN_SPIELER_DEFAULT = 1
|
||||
MAX_SPIELER_DEFAULT = 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user