From f647edbd83f8f9fa8212e1ba96764f4b50f68570 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:33:58 -0800 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#163) --- .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 38a2cfc..3451d01 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.2.0 + rev: v0.2.1 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.18.1 + rev: typos-v0.10.20 hooks: - id: typos # https://github.com/crate-ci/typos/issues/347