We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9572b9 commit c50fcedCopy full SHA for c50fced
2 files changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
ci:
2
skip:
3
- - "julia-formatter"
+ - "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/domluna/JuliaFormatter.jl"
15
- rev: "v2.3.0"
+ - repo: "https://github.com/ITensor/ITensorFormatter.jl"
+ rev: "v0.2.16"
16
hooks:
17
- - id: "julia-formatter"
+ - id: "itensor-formatter"
Project.toml
name = "ITensorDocs"
uuid = "421c5ee2-4dae-4799-bb38-a6a9d9332403"
-version = "0.1.4"
+version = "0.1.5"
authors = ["ITensor developers <support@itensor.org> and contributors"]
[compat]
0 commit comments