We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8d33a commit 6c9a7e8Copy full SHA for 6c9a7e8
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- sha: v1.2.1
+ sha: v1.2.1-1
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
README.md
@@ -15,7 +15,7 @@ See also: https://github.com/pre-commit/pre-commit
15
Add this to your `.pre-commit-config.yaml`
16
17
- repo: git://github.com/pre-commit/pre-commit-hooks
18
- sha: v1.2.1 # Use the ref you want to point at
+ sha: v1.2.1-1 # Use the ref you want to point at
19
20
21
# - id: ...
0 commit comments