From ed4cb1353906c8f79ace3d48150de2bb88fe65cf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 08:01:31 -0600 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#1196) 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.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 - [github.com/wenkokke/talonfmt: 1.9.5 → 1.10.1](https://github.com/wenkokke/talonfmt/compare/1.9.5...1.10.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 40be533079..2ef285bea4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,11 +23,11 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.0.0" hooks: - id: prettier - repo: https://github.com/ikamensh/flynt/ - rev: "0.78" + rev: "1.0.0" hooks: - id: flynt - repo: https://github.com/pycqa/isort @@ -46,7 +46,7 @@ repos: files: \.talon$ args: ["--whitespaces-count=4"] - repo: https://github.com/wenkokke/talonfmt - rev: 1.9.5 + rev: 1.10.1 hooks: - id: talonfmt args: ["--in-place"]