nat-n / poethepoet

A task runner that works well with poetry.
https://poethepoet.natn.io/
MIT License
1.39k stars 56 forks source link

Allow poetry plugin with empty command prefix to run tasks included from another file #216

Closed nat-n closed 4 months ago

nat-n commented 4 months ago

Fixes https://github.com/nat-n/poethepoet/issues/199 by making the poetry plugin load tasks using PoeConfig to ensure included task files are loaded as usual.

Replaces #200