resgroup/wind-up

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

Open

#69 opened on 2025年9月18日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Python (11 forks)auto 404
good first issue

Repository metrics

Stars
 (28 stars)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド