chore: update pre-commit hook codespell-project/codespell to v2.2.5

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2505>
This commit is contained in:
Renovate Bot 2023-06-26 11:01:53 +00:00 committed by Marge
parent 94c8730239
commit b8ce8bfd0f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ repos:
files: \.(md|yml|yaml|json)$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.5
hooks:
- id: codespell
additional_dependencies: [tomli]