Closed m-roberts closed 1 year ago
Hi @m-roberts, thanks for reporting this. I hadn't considered that use case, so didn't have a test for it, but it makes sense.
It looks like my recent refactor of config loading logic changed the order of validation logic with this unintended consequence. But it should be easy to fix :)
@m-roberts Shipped a fix in 0.22.1 🚀
pyproject.toml
tasks/first.toml
tasks/second.toml
will now error where it didn't before, as
first.toml
cannot seesecond.toml
, despite both being included inpyproject.toml
.