diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 335da7602fe04f6794725c74e7c7c8e19e51c519..d3dc103c001e6aff405be269e406f4bd31def0e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,14 +4,14 @@ - id: check-added-large-files - id: check-merge-conflict - id: check-yaml -- repo: https://www.shore.co.il/git/shell-pre-commit/ +- repo: https://git.shore.co.il/nimrod/shell-pre-commit.git sha: v0.5.4 hooks: - id: shell-lint files: &shellscripts '^merge-conflict$' - id: shellcheck files: *shellscripts -- repo: https://www.shore.co.il/git/git-pre-commit/ +- repo: https://git.shore.co.il/nimrod/git-pre-commit.git sha: v0.1.1 hooks: - id: merge-conflict diff --git a/README.md b/README.md index fba280de2edf1eb4a3531434bf376fcdb4f3f05f..d894ae94b4eabb7c75e88c8ec859894b3ea9d4db 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Status](https://travis-ci.org/adarnimrod/git-pre-commit.svg?branch=master)](http Add the following to your project's `.pre-commit-config.yaml`: - - repo: https://www.shore.co.il/git/git-pre-commit + - repo: https://git.shore.co.il/nimrod/git-pre-commit.git sha: v0.1.1 hooks: - id: merge-conflict @@ -28,4 +28,4 @@ This software is licensed under the MIT license (see the `LICENSE.txt` file). Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my [website](https://www.shore.co.il/). Patches are welcome via [git send-email](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is -located at <https://www.shore.co.il/git/>. +located at <https://git.shore.co.il/nimrod/>.