From a1559cbe72ee97599aa9b2f4a527e4e779e4a4a1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:51:57 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.2...v0.4.3) - [github.com/crate-ci/typos: v1.20.10 → v1.21.0](https://github.com/crate-ci/typos/compare/v1.20.10...v1.21.0) --- .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 76d07b0..37843f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # @max-sixty's standard set repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.2 + rev: v0.4.3 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy @@ -43,7 +43,7 @@ repos: - prettier - prettier-plugin-go-template - repo: https://github.com/crate-ci/typos - rev: v1.20.10 + rev: v1.21.0 hooks: - id: typos # https://github.com/crate-ci/typos/issues/347