mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-17 07:27:03 +08:00
Update pre-commit version in documentation (#3666)
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user