From 9121c64d2d2e1f8afe475d8e268a24acceea2cc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 21:38:56 +1000 Subject: [PATCH] chore: bump pre-commit hooks (#85) Co-authored-by: pre-commit-update Co-authored-by: Oliver Mannion <125105+tekumara@users.noreply.github.com> --- snapshot/cookie/.pre-commit-config.yaml | 2 +- {{cookiecutter.repo_name}}/.pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snapshot/cookie/.pre-commit-config.yaml b/snapshot/cookie/.pre-commit-config.yaml index 802e2ce..dc5cf09 100644 --- a/snapshot/cookie/.pre-commit-config.yaml +++ b/snapshot/cookie/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_stages: [push] repos: - repo: https://github.com/crate-ci/typos - rev: v1.19.0 + rev: v1.23.2 hooks: - id: typos # formatters and linters are available in the virtualenv so they can be run from the makefile & vscode diff --git a/{{cookiecutter.repo_name}}/.pre-commit-config.yaml b/{{cookiecutter.repo_name}}/.pre-commit-config.yaml index 802e2ce..468cfb0 100644 --- a/{{cookiecutter.repo_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.repo_name}}/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_stages: [push] repos: - repo: https://github.com/crate-ci/typos - rev: v1.19.0 + rev: typos-v0.10.26 hooks: - id: typos # formatters and linters are available in the virtualenv so they can be run from the makefile & vscode