resgroup/wind-up

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

Open

#69 创建于 2025年9月18日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (11 fork)auto 404
good first issue

仓库指标

Star
 (28 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南