poetry-pre-commit-plugin icon indicating copy to clipboard operation
poetry-pre-commit-plugin copied to clipboard

Poetry plugin for automatically installing pre-commit hook when it is added to a project

Results 5 poetry-pre-commit-plugin issues
Sort by recently updated
recently updated
newest added

- Add branch protection rules for `master` - Add `CODEOWNERS`

Right now the package description references a beta version of Poetry 1.2.0. It should instead reference the new stable release. This includes updating usage instructions and any links pointing to...

It would be useful to define a GitHub Action to handle building and publishing the package to PyPI automatically after creating a GitHub release. This would let me review PRs...

Hi there, I tried to install the plugin like this but failed. Any hints? ``` shell-session ∴ poetry --version Poetry (version 1.8.3) ``` ``` shell-session ∴ poetry self add poetry-pre-commit-plugin...

Hi, I just encountered a potential issue while doing the following steps: - I added `poetry-pre-commit-plugin` to my poetry dependencies in `pyproject.toml` - I ran `poetry lock` and `poetry install`...