From 60f53cee8f1dac64a5bee859d885d8fb9a59bfbf Mon Sep 17 00:00:00 2001 From: Pokey Rule <755842+pokey@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:05:57 +0100 Subject: [PATCH] Disable talonfmt (#1872) As a workaround for #1865, we're disabling talonfmt for now. This workaround should be fine for a few days, as we rarely touch our talon files ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ed1c7e0628..65150c9f46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -83,8 +83,3 @@ repos: rev: 23.3.0 hooks: - id: black - - repo: https://github.com/wenkokke/talonfmt - rev: 1.9.5 - hooks: - - id: talonfmt - args: ["--in-place"]