File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ pre-commit config file describes:
7474
7575For example:
7676
77- - repo: git@ github.com: pre-commit/pre-commit-hooks
77+ - repo: git:// github.com/ pre-commit/pre-commit-hooks
7878 sha: 82344a4055f4e103afdc31e98a46de679fe55385
7979 hooks:
8080 - id: trailing-whitespace
@@ -138,14 +138,14 @@ For example:
138138
139139JSHint:
140140
141- - repo: git@ github.com: pre-commit/mirrors-jshint
141+ - repo: git:// github.com/ pre-commit/mirrors-jshint
142142 sha: 8e7fa9caad6f7b2aae8d2c7b64f457611416192b
143143 hooks:
144144 - id: jshint
145145
146146SCSS-Lint:
147147
148- - repo: git@ github.com: pre-commit/mirrors-scss-lint
148+ - repo: git:// github.com/ pre-commit/mirrors-scss-lint
149149 sha: d7266131da322d6d76a18d6a3659f21025d9ea11
150150 hooks:
151151 - id: scss-lint
@@ -236,7 +236,7 @@ Sometimes you don't want the default system installed version so you can
236236override this on a per-hook basis by setting the ` language_version ` .
237237
238238
239- - repo: git@ github.com: pre-commit/mirrors-scss-lint
239+ - repo: git:// github.com/ pre-commit/mirrors-scss-lint
240240 sha: d7266131da322d6d76a18d6a3659f21025d9ea11
241241 hooks:
242242 - id: scss-lint
You can’t perform that action at this time.
0 commit comments