Pre-Commit Autoupdate fails due to lack of `.pre-commit-hooks.yaml` file
Open
- Dominant language
- Shell
- Stars
- 13.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
This works for other pre-commit repos but fails for this one:
```shell
$ pre-commit autoupdate
...
...
...
[https://github.com/awslabs/git-secrets.git]
=====> /var/folders/30/kxjrq3fj5tqdhsvbj3p9m2fh0000gq/T/tmp48_zcmnd/.pre-commit-hooks.yaml is not a file
...
...
...
```
The tags in this repo are years old.
Any chance of getting some new tags / releases from recent years so that `pre-commit autoupdate` works for this repo?
Right now I've just fixed it to the latest hashref to get it working, but this will continue to fail with the above error and not update to new versions of the code.
Contributor guide
Assessment
This issue has not been assessed yet.