Skip to content

Commit

Permalink
Update README pre-commit example to use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
korverdev authored and DimitriPapadopoulos committed Mar 11, 2023
1 parent 3476199 commit 6774b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 6774b1a

Please sign in to comment.