nat-n / poethepoet

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

When used as plugin poetry commands does not return proper exit code #91

Closed monim67 closed 1 year ago

monim67 commented 1 year ago

When poethepoet is used as plugin poetry console commands stop returning proper exit codes. For example if poetry lock is not consistent with pyproject poetry lock --check should return exit code 1, instead it returns 0 when poethepoet is installed as plugin.

I think this issue is not same as #71, because my poethepoet tasks return proper exit codes anyway.