You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
poetry has support for plugins but currently only on master, not yet on any released version
2 plugin types: Plugin gets activated when poetry starts, ApplicationPlugin can register additional commands and options. The latter would be most suitable for our use cases.
fairly little documentation. The basics of how to register a plugin are there, but there is no documented core poetry interface. If we'd want to hook into the core poetry code, we'd need to look at the source. poetry.masonry.builders might be a place of interest.
Investigate what extensions capabilities poetry offers
starting point: python-poetry/poetry#693
timesbox: 1day
The text was updated successfully, but these errors were encountered: