From 6e93b18eed2300be729423b0f25446411c4a6536 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:52:56 +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.1.7 → v0.1.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.7...v0.1.8) - [github.com/psf/black: 23.11.0 → 23.12.0](https://github.com/psf/black/compare/23.11.0...23.12.0) - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.7](https://github.com/pre-commit/mirrors-prettier/compare/v4.0.0-alpha.4...v4.0.0-alpha.7) - [github.com/crate-ci/typos: v1.16.24 → v1.16.25](https://github.com/crate-ci/typos/compare/v1.16.24...v1.16.25) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fadcc39..42ed15d 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.7 + rev: v0.1.8 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.11.0" + rev: "23.12.0" hooks: - id: black # This doesn't seem to work from pre-commit.ci; which may not have internet access @@ -38,14 +38,14 @@ repos: # https://github.com/python-poetry/poetry/issues/7029 args: ["--check"] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.4 + rev: v4.0.0-alpha.7 hooks: - id: prettier additional_dependencies: - prettier - prettier-plugin-go-template - repo: https://github.com/crate-ci/typos - rev: v1.16.24 + rev: v1.16.25 hooks: - id: typos # https://github.com/crate-ci/typos/issues/347