Update pre-commit version in documentation (#3666)

This commit is contained in:
Price Howard
2025-03-13 06:57:35 -07:00
committed by GitHub
parent c9cea7c08e
commit da0e1116c3

View File

@ -237,7 +237,7 @@ codespell also works with `pre-commit <https://pre-commit.com/>`_, using
.. code-block:: yaml
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.4.1
hooks:
- id: codespell
@ -246,7 +246,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.4
rev: v2.4.1
hooks:
- id: codespell
additional_dependencies: