From c861bb3a1cc6e3ea8faf84927b1ca7526562c5f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Jun 2023 13:02:20 +0000 Subject: [PATCH] chore: update pre-commit hook codespell-project/codespell to v2.2.4 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 37fe4b063..1589c2ac6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: files: \.(md|yml|yaml|json)$ - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.4 hooks: - id: codespell additional_dependencies: [tomli]