From 3a5395915faccdf9b75b3f97ae6d671c16972224 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 16:00:09 +1100 Subject: [PATCH] chore: bump pre-commit hooks (#95) Co-authored-by: pre-commit-update --- snapshots/default/.pre-commit-config.yaml | 2 +- {{cookiecutter.repo_name}}/.pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snapshots/default/.pre-commit-config.yaml b/snapshots/default/.pre-commit-config.yaml index bd69123..5ae2fa9 100644 --- a/snapshots/default/.pre-commit-config.yaml +++ b/snapshots/default/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_stages: [push] repos: - repo: https://github.com/crate-ci/typos - rev: v1.24.6 + rev: v1.27.0 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 bd69123..5ae2fa9 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.24.6 + rev: v1.27.0 hooks: - id: typos # formatters and linters are available in the virtualenv so they can be run from the makefile & vscode