[Bug-Candidate]: pre-commit does not work as documented
Open
bug-candidate
- Dominant language
- Python
- Stars
- 6.4k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the issue:
I have added in my .pre-commit-config.yaml
```
- repo: https://github.com/crytic/slither
rev: 0.10.4
hooks:
- id: slither
```
And I get
`pre-commit/repoc36zuhi6/.pre-commit-hooks.yaml is not a file`
For some reason tag version is missing [.pre-commit-hooks.yaml](https://github.com/crytic/slither/blob/master/.pre-commit-hooks.yaml) file
### Code example to reproduce the issue:
NA
### Version:
0.10.4
### Relevant log output:
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.