juftin / hatch-pip-compile

hatch plugin to use pip-compile (or uv) to manage project dependencies and lockfiles
http://juftin.com/hatch-pip-compile/
MIT License
76 stars 3 forks source link

✨ install with pip [former] #35

Closed juftin closed 10 months ago

juftin commented 10 months ago

Changes

Yet another alternative to #30

Closes #29

juftin commented 10 months ago

I would expect an additional mention of you as sub-author here in the GitHub UI in addition to the squash commit message. Maybe because I opened the PR?

image
oprypin commented 10 months ago

It might be messing up because the commit is in my repo 🤔

Regarding the co-authored-by - you can always add that string manually But at this point I'm wondering if it's messing up and will not credit you as the author, only the commiter. That being the reason maybe it thinks co-authored is redundant

You should perhaps just push the same branch to your repo (+ a new PR)

git checkout -b branchname
git fetch origin 00f5b13015c1b36318f53377a8a603cc2fb9c5a9
git reset --hard 00f5b13015c1b36318f53377a8a603cc2fb9c5a9
git push origin branchname
juftin commented 10 months ago

36 now 🤷