From 3a7f959f3297680d0b1fc484792102b300121400 Mon Sep 17 00:00:00 2001 From: Casey Korver 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: