From 4375fcea20c555210984fd19530eda2e35d88e32 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Mon, 2 Mar 2026 17:00:43 -0500 Subject: [PATCH] Delete the pre-commit hook in favor of a new one in a separate repository --- .pre-commit-hooks.yaml | 6 ------ Project.toml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml deleted file mode 100644 index 90727d6..0000000 --- a/.pre-commit-hooks.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- id: "itensor-formatter" - name: "ITensor Pkg Formatter" - entry: "itpkgfmt ." - language: "system" - pass_filenames: false - description: "Code formatter for the ITensor ecosystem built on Runic and JuliaFormatter." diff --git a/Project.toml b/Project.toml index 2f992fd..c808e60 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorFormatter" uuid = "b6bf39f1-c9d3-4bad-aad8-593d802f65fd" -version = "0.2.24" +version = "0.2.25" authors = ["ITensor developers and contributors"] [workspace]