We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The pre-commit autoupdate command does not pick up versions that are not on the default branch.
pre-commit autoupdate
Would you please merge v0.6.13 into the master branch?
v0.6.13
master
After I commented on the other issue, I found a similar thing happened to isort (pre-commit/pre-commit#1555), and the solution was just putting tags on the default branch (PyCQA/isort#1371).
isort
The text was updated successfully, but these errors were encountered:
Oh thats weird. Ok pushed.
Sorry, something went wrong.
Thank you. Now pre-commit autoupdate correctly upgrades cmake-format-precommit to v0.6.13.
cmake-format-precommit
No branches or pull requests
The
pre-commit autoupdate
command does not pick up versions that are not on the default branch.Would you please merge
v0.6.13
into themaster
branch?After I commented on the other issue, I found a similar thing happened to
isort
(pre-commit/pre-commit#1555), and the solution was just putting tags on the default branch (PyCQA/isort#1371).The text was updated successfully, but these errors were encountered: