A Poetry plugin that automatically installs pre-commit hooks when they are added to a project. Current version: 0.2.2, compatible with Poetry 2.0.0+. Released occasionally, with maintenance focused on compatibility.
pip install poetry-pre-commit-pluginNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
No code required; the plugin hooks into `poetry install` and `poetry add`.
To disable temporarily, run `POETRY_PRE_COMMIT_SKIP=1 poetry install`.
Upgrade to 0.1.2+ where it gracefully skips.
Upgrade to >=0.2.0.
Consider using pre-commit directly or other alternatives if issues arise.