detailyang / detailyang/pre-commit-shell
Running `pre-commit autoupdate` downgrade the version
Open
- Dominant language
- Shell
- Stars
- 44
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Hi!
```console
.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.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.