From 3ae1899637d6dd8bd8fae6114fae5ec1af6e296d Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:06:38 +0000 Subject: [PATCH] chore(deps): update pre-commit hook codespell-project/codespell to v2.3.0 --- .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 e48b816..be87cf1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,7 +67,7 @@ repos: - id: check-github-workflows - id: check-renovate - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: [--write]