Skip to content

Commit da0e111

Browse files
authored
Update pre-commit version in documentation (#3666)
1 parent c9cea7c commit da0e111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ codespell also works with `pre-commit <https://pre-commit.com/>`_, using
237237
.. code-block:: yaml
238238
239239
- repo: https://github.com/codespell-project/codespell
240-
rev: v2.2.4
240+
rev: v2.4.1
241241
hooks:
242242
- id: codespell
243243
@@ -246,7 +246,7 @@ If one configures codespell using the `pyproject.toml` file instead use:
246246
.. code-block:: yaml
247247
248248
- repo: https://github.com/codespell-project/codespell
249-
rev: v2.2.4
249+
rev: v2.4.1
250250
hooks:
251251
- id: codespell
252252
additional_dependencies:

0 commit comments

Comments
 (0)