diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d3c8686..49fe94e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,17 +1,17 @@ ci: - skip: [itensor-formatter] - + skip: + - "itensor-formatter" repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v6.0.0 - hooks: - - id: check-merge-conflict - - id: check-toml - - id: check-yaml - - id: end-of-file-fixer - exclude_types: [markdown] # incompatible with Literate.jl - -- repo: https://github.com/ITensor/ITensorFormatter.jl - rev: v0.2.9 - hooks: - - id: itensor-formatter + - repo: "https://github.com/pre-commit/pre-commit-hooks" + rev: "v6.0.0" + hooks: + - id: "check-merge-conflict" + - id: "check-toml" + - id: "check-yaml" + - id: "end-of-file-fixer" + exclude_types: + - "markdown" + - repo: "https://github.com/ITensor/ITensorFormatter.jl" + rev: "v0.2.9" + hooks: + - id: "itensor-formatter" diff --git a/Project.toml b/Project.toml index 32d1748..30b8f5e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" -version = "0.9.5" +version = "0.9.6" authors = ["ITensor developers and contributors"] [workspace]