astral-sh / ruff-pre-commit

A pre-commit hook for Ruff.
Apache License 2.0
802 stars 38 forks source link

v0.1.13 is incorrectly tagged #63

Closed edgarrmondragon closed 6 months ago

edgarrmondragon commented 6 months ago

v0.1.13 points to commit https://github.com/astral-sh/ruff-pre-commit/commit/0511de30af7a3bb94773d285f6891ea8bf41771f (the same as v0.1.12), but it should probably reference https://github.com/astral-sh/ruff-pre-commit/commit/abe8946973726245279f972c708ebcd6ae0ec272.

charliermarsh commented 6 months ago

Thanks, sorry, I messed it up.

asottile commented 6 months ago

@charliermarsh please next time don't force push tags -- pre-commit uses the revision as its cache key -- next time instead push something like v0.1.13-1

charliermarsh commented 6 months ago

Will do, sorry about that.