Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to check if poetry.lock exists and is up to date with pyproject.toml #3106

Closed
wants to merge 3 commits into from

Conversation

spapanik
Copy link

@spapanik spapanik commented Oct 6, 2020

Pull Request Check List

Resolves: #453

  • Added tests for changed code.
  • Updated documentation for changed code.

The option will return exit code 3 is the lock doesn't exist and exit
code 5 if the lock is not up to date with the pyproject.toml
@finswimmer finswimmer requested a review from a team October 6, 2020 20:16
@finswimmer finswimmer added the kind/feature Feature requests/implementations label Oct 6, 2020
@abn
Copy link
Member

abn commented Oct 8, 2020

@spapanik appreciate the change, looks like there is an older PR #1954 for this change. Might give the author some time to rebase. If not updates there we can use this.

@finswimmer jfyi since you are on the other one as a reviewer already.

@spapanik
Copy link
Author

spapanik commented Feb 2, 2021

@abn I agree the other PR is doing the same thing, I'll close this one in favour of #1954.

Copy link

github-actions bot commented Mar 1, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature Feature requests/implementations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

command to check lock file
3 participants