diff --git a/README.rst b/README.rst
index be84b9f250f172470e122d0a506c1830627aff9f..58eb36c8d0544d9e2ccec802c5f2825e4efb35b2 100644
--- a/README.rst
+++ b/README.rst
@@ -50,7 +50,7 @@ adding the following to your :code:`.pre-commit-config.yaml` file:
     ---
     repos:
       - repo: https://git.shore.co.il/nimrod/yamltool.git
-        rev: 0.1.0  # Check for the latest tag or run pre-commit autoupdate.
+        rev: 0.1.0
         hooks:
           - id: yamltool
 
diff --git a/setup.cfg b/setup.cfg
index 8e634d20b8388e2f5494a0d86ef8b119f5363712..21c108ea007ed29ce1a5d8bed01b5c2d9bc45cc9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,3 +7,5 @@ tag = True
 universal = 1
 
 [bumpversion:glob:*/__init__.py]
+
+[bumpversion:glob:README.*]