We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432753f commit 42462a0Copy full SHA for 42462a0
.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 = "FunctionImplementations"
uuid = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
-version = "0.4.5"
+version = "0.4.6"
authors = ["ITensor developers <support@itensor.org> and contributors"]
[workspace]
0 commit comments