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 --no-sync to uv run #4

Merged
merged 3 commits into from
Jan 26, 2025
Merged

Add --no-sync to uv run #4

merged 3 commits into from
Jan 26, 2025

Conversation

zeevro
Copy link

@zeevro zeevro commented Nov 27, 2024

There is no need to install the package's dependencies just to run pre-commit

@zeevro zeevro force-pushed the main branch 3 times, most recently from a6a6614 to 9a8475b Compare November 27, 2024 20:13
action.yml Show resolved Hide resolved
action.yml Show resolved Hide resolved
action.yml Show resolved Hide resolved
Copy link
Collaborator

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

action.yml Show resolved Hide resolved
@ulgens
Copy link

ulgens commented Jan 26, 2025

Any chance for merging this?

@hugovk
Copy link
Collaborator

hugovk commented Jan 26, 2025

Yeah, let's do it. Thank you!

@hugovk hugovk merged commit 270ddce into tox-dev:main Jan 26, 2025
2 checks passed
@hugovk
Copy link
Collaborator

hugovk commented Jan 26, 2025

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 /tmpgit clone https://github.com/tox-dev/action-pre-commit-uv
...cd action-pre-commit-uv# create new taggit tag v1.0.2# re-tag v1git tag --force v1# check tagsgit 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 v1git push origin :refs/tags/v1

# push 'emgit 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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants