We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067c42c commit 0b6a3d1Copy full SHA for 0b6a3d1
2 files changed
.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 = "FileUtils"
uuid = "3ab64cf3-766e-4aaa-abdf-a104b28521f5"
-version = "0.1.6"
+version = "0.1.7"
authors = ["Matthew Fishman <mfishman@flatironinstitute.org> and contributors"]
[workspace]
0 commit comments