From a546676e1d4823b28baa96877e9ff007b0f5833b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 15:16:47 +0000 Subject: [PATCH] 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 b722d78..0514f91 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - --fix - --exit-non-zero-on-fix - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.4 hooks: - id: codespell - repo: https://github.com/adrienverge/yamllint.git