From efc3a4629e8fb8ddb16dc2b72b7be577ab0be0f2 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Thu, 6 Aug 2026 19:52:37 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20remove=20Pyrefly=20from?= =?UTF-8?q?=20pre-commit,=20as=20`pre-commit.ci`=20fails=20with=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/.pre-commit-config.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index 1d7e890..181f6c3 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -43,13 +43,3 @@ repos: args: [--fix] # Run the formatter. - id: ruff-format - - - repo: https://github.com/facebook/pyrefly-pre-commit - # Note: this is the version of the pre-commit hook, NOT the pyrefly version used for type checking. - rev: 1.2.0.dev1 - hooks: - - id: pyrefly-check - name: Pyrefly (type checking) - # Recommended to do full repo checks, not just on changed files. - pass_filenames: false - language: system