From 204900bd5565e79e9a8ec8d62e8a14003c16821f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:06:50 -0700 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#128) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce3ed6c..99cb79f 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.1.1 + rev: v0.1.3 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy @@ -14,7 +14,7 @@ repos: - id: blackdoc # black should go at the end, since it's the most likely to change others' changes. - repo: https://github.com/psf/black - rev: "23.10.0" + rev: "23.10.1" hooks: - id: black # This doesn't seem to work from pre-commit.ci; which may not have internet access @@ -45,7 +45,7 @@ repos: - prettier - prettier-plugin-go-template - repo: https://github.com/crate-ci/typos - rev: typos-dict-v0.11.2 + rev: v1.16.21 hooks: - id: typos # https://github.com/crate-ci/typos/issues/347