From 6774b1a24d15726dde8e8a91ce69ce3b632d42fa Mon Sep 17 00:00:00 2001
From: Casey Korver <casey@korver.dev>
Date: Fri, 10 Mar 2023 21:12:33 -0600
Subject: [PATCH] Update README pre-commit example to use latest version

---
 README.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index d9d15f46f8..1e223547bf 100644
--- a/README.rst
+++ b/README.rst
@@ -175,7 +175,7 @@ codespell also works with `pre-commit`, using
 .. code-block:: yaml
 
   - repo: https://github.com/codespell-project/codespell
-    rev: v2.2.2
+    rev: v2.2.4
     hooks:
     - id: codespell
 
@@ -184,7 +184,7 @@ If one configures codespell using the `pyproject.toml` file instead use:
 .. code-block:: yaml
 
   - repo: https://github.com/codespell-project/codespell
-    rev: v2.2.2
+    rev: v2.2.4
     hooks:
     - id: codespell
       additional_dependencies: