From 337991058db2b49d38652d32a8dc2bb1585b10f7 Mon Sep 17 00:00:00 2001 From: fredclausen Date: Tue, 3 Oct 2023 00:31:47 +0000 Subject: [PATCH] chore(deps): Update pre-commit hooks --- .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 85f5586c..bc1659f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: - eslint-loader@1.6.1 - repo: https://github.com/codespell-project/codespell.git - rev: "v2.2.5" # Use the sha / tag you want to point at + rev: "v2.2.6" # Use the sha / tag you want to point at hooks: - id: codespell types: [text]