resgroup/wind-up

raise error if yaml contains keys not used by `WindUpConfig`

Open

#69 geöffnet am 18. Sept. 2025

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (11 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (28 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I believe if you include keys in a config yaml which are not attributes of WindUpConfig no error is raised. This is not ideal because if you misspell a key and it has a default value then your intended value won't take effect and you will get no indication of this.

Contributor Guide