Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 277 Bytes

File metadata and controls

13 lines (11 loc) · 277 Bytes

Poetry Lock Listener

This is a poetry plugin that executes a script whenever a project dependency is changed.

Installation

poetry self add poetry-lock-listener

in the toml file:

[tool.poetry_lock_listener]
package_changed_hook="path.to.file:main"