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
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. There's a conflict when trying to use poetry-export with pre-commit/requiremenets-txt-fixer as they sort differently.
While some may argue to "use one or the other", that makes it difficult to share a standardized .pre-commit-config.yaml across all repos of an org for consistency. Some repos may be currently using poetry or not or are slowing transitioning to use it.
Feature Request
Pre-commit is excellent for standardizing checks across an organization's repositories. There's a conflict when trying to use
poetry-export
withpre-commit/requiremenets-txt-fixer
as they sort differently.E.g. the poetry-export hook will put
pytest-cov
abovepytest
, while pre-commit/requirements-txt-fixer will do the opposite.While some may argue to "use one or the other", that makes it difficult to share a standardized
.pre-commit-config.yaml
across all repos of an org for consistency. Some repos may be currently using poetry or not or are slowing transitioning to use it.This request is related to python-poetry/poetry#6944
The text was updated successfully, but these errors were encountered: