-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
kind/featureFeature requests/implementationsFeature requests/implementationsstatus/triageThis issue needs to be triagedThis issue needs to be triaged
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have searched the FAQ and general documentation and believe that my question is not already covered.
Feature Request
Pre-commit is excellent for standardizing checks across an organization's repositories. Other pre-commits use conditionals to SKIP checks if they are unnecessary. Poetry's pre-commits, however, will fail if pyproject.toml/poetry.lock dont exist in a repo,
Current behavior
pre-commits for poetry fail if poetry related files are missing
Ideal behavior
pre-commits for poetry SKIP gracefully if poetry related files are missing
But why?
So .pre-commit-config.yaml files can be consistent across all repos for an organization.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureFeature requests/implementationsFeature requests/implementationsstatus/triageThis issue needs to be triagedThis issue needs to be triaged