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 33dba5b commit 9d74a12Copy full SHA for 9d74a12
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v6.0.0
+ rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # v6.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -9,6 +9,6 @@ repos:
9
- id: mixed-line-ending
10
args: ["--fix=lf"]
11
- repo: https://github.com/streetsidesoftware/cspell-cli
12
- rev: v9.2.0
+ rev: 3749de0c02b93bbbe0eae9d7d72da1ecf3c7a2e0 # v9.2.0
13
14
- id: cspell
0 commit comments