From fe2b2689fda9b4e9dfef4c9aaa1a6c44c3d1167c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 09:48:10 -0700 Subject: [PATCH] [create-pull-request] automated change (#57) Co-authored-by: fredclausen --- .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 a4a0994..9e63c5f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: exclude: ^(Dockerfile*) - repo: https://github.com/codespell-project/codespell.git - rev: "v2.3.0" # Use the sha / tag you want to point at + rev: "v2.4.0" # Use the sha / tag you want to point at hooks: - id: codespell types: [text]