From df2e7e36328eb69b11b7bc85df545e4bd6bb1f8d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 11:26:48 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#135) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.6...v3.0.0) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.4.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.1.1...v1.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 effdfa05e..7bf5b1a46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-toml - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.6" # Use the sha / tag you want to point at + rev: "v3.0.0" # Use the sha / tag you want to point at hooks: - id: prettier types_or: [css, javascript, ts, tsx] @@ -24,7 +24,7 @@ repos: entry: python -c 'import os, subprocess; os.environ["LIBCST_PARSER_TYPE"] = "native"; raise SystemExit(subprocess.run(["ufmt", "format"], check=True).returncode)' - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.1.1" + rev: "v1.4.1" hooks: - id: mypy additional_dependencies: &deps