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
pipx run lastversion https://github.com/charliermarsh/ruff-pre-commit
For some reason I get 0.0.89, when the latest version is 0.0.246. Even if I pass --newer-than 0.0.200, I still get 0.0.89. However, it starts working if I pass --pre. I'm not sure how 0.0.89 could be a non-pre-release while 0.0.246 is a pre-release? They are just git tags, not full GitHub releases.
The text was updated successfully, but these errors were encountered:
It should be fixed in the latest lastversion release. The reason was that in the prior release, we added a feature that sees x.x.90+ as pre-releases because a number of projects use this convention to mark betas. Now 0.0.90+ is not seen as a pre-release.
If I run:
For some reason I get 0.0.89, when the latest version is 0.0.246. Even if I pass
--newer-than 0.0.200
, I still get 0.0.89. However, it starts working if I pass--pre
. I'm not sure how0.0.89
could be a non-pre-release while0.0.246
is a pre-release? They are just git tags, not full GitHub releases.The text was updated successfully, but these errors were encountered: