Skip to content

Commit 9d74a12

Browse files
committed
pin pre-commit hooks to SHA
Careful review should be paid when using `pre-commit autoupdate` (which only uses tags).
1 parent 33dba5b commit 9d74a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v6.0.0
3+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -9,6 +9,6 @@ repos:
99
- id: mixed-line-ending
1010
args: ["--fix=lf"]
1111
- repo: https://github.com/streetsidesoftware/cspell-cli
12-
rev: v9.2.0
12+
rev: 3749de0c02b93bbbe0eae9d7d72da1ecf3c7a2e0 # v9.2.0
1313
hooks:
1414
- id: cspell

0 commit comments

Comments
 (0)