From 6be8bdf709baa0c34aeeb8f29a0f787ae31f0f3f Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 6 Dec 2020 22:59:28 +0200 Subject: [PATCH] Update documentation. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3c5f0a1..786306d 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ Add the following to your :code:`.pre-commit-config.yaml`: .. code:: yaml - repo: https://git.shore.co.il/ansible/ansible-pre-commit.git - sha: v0.9.0 + sha: v0.10.0 hooks: - id: ansible-syntax-check files: site.yml #In case you want to specify other playbook files. -- GitLab