Update codespell to v2.3.0

Version 2.3.0 of codespell allows using inline
comments to ignore some spelling errors.

https://github.com/codespell-project/codespell/pull/2400

Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
This commit is contained in:
Mario Loriedo
2024-10-25 14:05:28 +02:00
parent cbf1d7fcae
commit 62c9627d7a

View File

@ -23,6 +23,6 @@ repos:
- id: check-yaml
- repo: https://github.com/codespell-project/codespell
# Configuration for codespell is in .codespellrc
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell