diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24f34bc..71410d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ ci: skip: - - "runic" + - "itensor-formatter" repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" rev: "v6.0.0" @@ -11,7 +11,7 @@ repos: - id: "end-of-file-fixer" exclude_types: - "markdown" - - repo: "https://github.com/fredrikekre/runic-pre-commit" - rev: "v2.0.1" + - repo: "https://github.com/ITensor/ITensorFormatter.jl" + rev: "v0.2.16" hooks: - - id: "runic" + - id: "itensor-formatter" diff --git a/Project.toml b/Project.toml index e7c5b97..3c6dbd2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SerializedArrays" uuid = "621c0da3-e96e-4f80-bd06-5ae31cdfcb39" -version = "0.2.9" +version = "0.2.10" authors = ["ITensor developers and contributors"] [deps]