mirror of
https://github.com/containers/podman.git
synced 2026-08-07 04:43:04 -04:00
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:
1 parent
cbf1d7fcae
commit
62c9627d7a
1 file changed
+1
-1
@@ -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
|
||||
Reference in new issue
Block a user