pre-commit-shell
pre-commit-shell copied to clipboard
Running `pre-commit autoupdate` downgrade the version
Hi!
.venv ❯ cat .pre-commit-config.yaml
- repo: https://github.com/detailyang/pre-commit-shell
rev: v1.0.6
hooks:
- id: shell-lint
name: Check for shell syntax (shellcheck)
args: ["-x"]
.venv ❯ pre-commit autoupdate
Updating https://github.com/detailyang/pre-commit-shell ... updating v1.0.6 -> 1.0.5.
I am also experiencing this issue. Because the version checker things that versions without a v come after versions with a v it will always downgrade v1.0.6 to 1.0.5. Can we ask that either all the tags get updated to include a v or that the repo goes back to using versions without a v?
I have opened a bug report here: https://github.com/pre-commit/pre-commit/issues/2364