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
name: Check that poetry.lock is consistent with pyproject.toml
entry: bash -c 'poetry check --lock || (echo "poetry.lock is out of sync with pyproject.toml. Please run \`poetry lock\` and commit the file." && exit 1)'