-
Notifications
You must be signed in to change notification settings - Fork 2
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 --no-sync
to uv run
#4
Conversation
a6a6614
to
9a8475b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Any chance for merging this? |
Yeah, let's do it. Thank you! |
Released as https://github.com/tox-dev/action-pre-commit-uv/releases/tag/v1.0.2 and https://github.com/tox-dev/action-pre-commit-uv/releases/tag/v1. Notes to self on release proecss: ❯ cd /tmp
❯ git clone https://github.com/tox-dev/action-pre-commit-uv
...
❯ cd action-pre-commit-uv
❯ # create new tag
❯ git tag v1.0.2
❯ # re-tag v1
❯ git tag --force v1
❯ # check tags
❯ git for-each-ref refs/tags
270ddcea3d0ff0ef1527f49d12590954f31b4b3f commit refs/tags/v1
141040615df61c1d71480e366ba6479e808d5a69 commit refs/tags/v1.0.0
809bca45df31b263ec72f5bb5e3dab2951a7de66 commit refs/tags/v1.0.1
270ddcea3d0ff0ef1527f49d12590954f31b4b3f commit refs/tags/v1.0.2
❯ # delete remote's old v1
❯ git push origin :refs/tags/v1
# push 'em
❯ git push origin --force --tags
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
To https://github.com/tox-dev/action-pre-commit-uv/
+ 809bca4...270ddce v1 -> v1 (forced update)
* [new tag] v1.0.2 -> v1.0.2 Finally, go to https://github.com/tox-dev/action-pre-commit-uv/releases/new and create new release for v1.0.2: "Generate release notes" -> "Publish release". |
There is no need to install the package's dependencies just to run pre-commit