Skip to content

Commit 003d48e

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 003d48e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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: 754ed0bfd80163c4150d09bea04762e9d764e7ec # v9.1.1
1313
hooks:
1414
- id: cspell

0 commit comments

Comments
 (0)