From 2e64dda70ddd32d1f74499d823a3d4fb0798dc28 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 13 Dec 2020 19:34:35 +0200 Subject: [PATCH] Migrate to GitLab. --- .pre-commit-config.yaml | 4 ++-- README.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 83a18d2..f29f9f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,8 +8,8 @@ - id: check-merge-conflict - id: flake8 - id: check-symlinks -- repo: https://www.shore.co.il/git/ansible-pre-commit - sha: 0fadd691465b97db8992cfc66650f630e433324b +- repo: https://git.shore.co.il/ansible/ansible-pre-commit.git + sha: v0.10.0 hooks: - id: ansible-syntax-check always_run: true diff --git a/README.rst b/README.rst index 2a4ad96..6b17fce 100644 --- a/README.rst +++ b/README.rst @@ -55,7 +55,7 @@ Author Information Nimrod Adar, `contact me <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/. +at: https://git.shore.co.il/explore/. TODO ---- -- GitLab