We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752975a commit 47f5e47Copy full SHA for 47f5e47
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
ci:
2
skip:
3
- - "runic"
+ - "itensor-formatter"
4
repos:
5
- repo: "https://github.com/pre-commit/pre-commit-hooks"
6
rev: "v6.0.0"
@@ -11,7 +11,7 @@ repos:
11
- id: "end-of-file-fixer"
12
exclude_types:
13
- "markdown"
14
- - repo: "https://github.com/fredrikekre/runic-pre-commit"
15
- rev: "v2.0.1"
+ - repo: "https://github.com/ITensor/ITensorFormatter.jl"
+ rev: "v0.2.16"
16
hooks:
17
- - id: "runic"
+ - id: "itensor-formatter"
Project.toml
name = "BackendSelection"
uuid = "680c2d7c-f67a-4cc9-ae9c-da132b1447a5"
-version = "0.1.14"
+version = "0.1.15"
authors = ["ITensor developers <support@itensor.org> and contributors"]
[compat]
0 commit comments