From 05db42aa92b6ea979ebaccabf1fe815e969df497 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 05:02:03 +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/Zac-HD/shed: 2023.5.2 → 2023.6.1](https://github.com/Zac-HD/shed/compare/2023.5.2...2023.6.1) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.9-for-vscode...v3.0.0) - https://github.com/ikamensh/flynt/: 0.78 → 1.0.0 --- .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 71518d1..570c3a1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ minimum_pre_commit_version: "2.9.0" repos: - repo: https://github.com/Zac-HD/shed - rev: 2023.5.2 + rev: 2023.6.1 hooks: - id: shed # TODO(pcohen): bump to --py310-plus when Talon moves to Python 3.10. @@ -15,12 +15,12 @@ repos: - id: mixed-line-ending - id: check-merge-conflict - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.0.0" hooks: - id: prettier files: ".*.(md|json|yaml)$" - repo: https://github.com/ikamensh/flynt/ - rev: "0.78" + rev: "1.0.0" hooks: - id: flynt - repo: https://github.com/Lucas-C/pre-commit-hooks