resgroup/wind-up

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

Open

#69 aperta il 18 set 2025

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (11 fork)auto 404
good first issue

Metriche repository

Star
 (28 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor