Bartosz Sokorski
Bartosz Sokorski
Could you please add your directory structure?
Hi @nikolaikopernik are you still interested in working on that feature?
@neersighted what is the status of this?
Hi, @bmarroquin are you still interested in bringing this to Poetry?
@chdsbd are you still interested in bringing this to Poetry? if so, please merge the master branch to your code and resolve potential issues. This would allow for rereview.
Hi, @bmarroquin are you still interested in bringing this to Poetry?
Poetry completions come from `cleo` (https://github.com/sdispater/cleo/blob/master/cleo/commands/completions/templates.py), so it should probably be upstreamed there.
@hmleal are you still interested in helping with that? I moved the issue from the Poetry repository since Cleo powers Poetry completions. You can look at the code in https://github.com/python-poetry/cleo/blob/main/src/cleo/commands/completions_command.py...
While the table module is not typed for now, I think this can be applied anyway, since it's only one module (see #265 ).
> First, even ignoring `cleo.ui.table`, cleo is not currently clean: > > ``` > src/cleo/ui/exception_trace.py:270: error: Argument 2 to "_render_exception" of "ExceptionTrace" has incompatible type > "Optional[BaseException]"; expected "Exception" [arg-type]...