mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-20 09:34:42 +04:00
Use read-only git urls instead of git@ urls.
This commit is contained in:
parent
832b8a84ee
commit
81c4298e5f
1 changed files with 4 additions and 4 deletions
|
|
@ -74,7 +74,7 @@ pre-commit config file describes:
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
- repo: git@github.com:pre-commit/pre-commit-hooks
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
||||||
sha: 82344a4055f4e103afdc31e98a46de679fe55385
|
sha: 82344a4055f4e103afdc31e98a46de679fe55385
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
|
@ -138,14 +138,14 @@ For example:
|
||||||
|
|
||||||
JSHint:
|
JSHint:
|
||||||
|
|
||||||
- repo: git@github.com:pre-commit/mirrors-jshint
|
- repo: git://github.com/pre-commit/mirrors-jshint
|
||||||
sha: 8e7fa9caad6f7b2aae8d2c7b64f457611416192b
|
sha: 8e7fa9caad6f7b2aae8d2c7b64f457611416192b
|
||||||
hooks:
|
hooks:
|
||||||
- id: jshint
|
- id: jshint
|
||||||
|
|
||||||
SCSS-Lint:
|
SCSS-Lint:
|
||||||
|
|
||||||
- repo: git@github.com:pre-commit/mirrors-scss-lint
|
- repo: git://github.com/pre-commit/mirrors-scss-lint
|
||||||
sha: d7266131da322d6d76a18d6a3659f21025d9ea11
|
sha: d7266131da322d6d76a18d6a3659f21025d9ea11
|
||||||
hooks:
|
hooks:
|
||||||
- id: scss-lint
|
- id: scss-lint
|
||||||
|
|
@ -236,7 +236,7 @@ Sometimes you don't want the default system installed version so you can
|
||||||
override this on a per-hook basis by setting the `language_version`.
|
override this on a per-hook basis by setting the `language_version`.
|
||||||
|
|
||||||
|
|
||||||
- repo: git@github.com:pre-commit/mirrors-scss-lint
|
- repo: git://github.com/pre-commit/mirrors-scss-lint
|
||||||
sha: d7266131da322d6d76a18d6a3659f21025d9ea11
|
sha: d7266131da322d6d76a18d6a3659f21025d9ea11
|
||||||
hooks:
|
hooks:
|
||||||
- id: scss-lint
|
- id: scss-lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue