From 202f9cf04443cd041bba3ae3543837f6306623f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 07:38:48 -0600 Subject: [PATCH] chore(deps): Update pre-commit hooks (#148) Co-authored-by: fredclausen --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0957836..e5fa8b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # lint yaml, line and whitespace - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -29,7 +29,7 @@ repos: exclude: ^(Dockerfile*) - 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]