We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d3b32 commit 4d746c1Copy full SHA for 4d746c1
.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 = "NamedDimsArrays"
uuid = "60cbd0c0-df58-4cb7-918c-6f5607b73fde"
-version = "0.14.8"
+version = "0.14.9"
authors = ["ITensor developers <support@itensor.org> and contributors"]
[workspace]
0 commit comments