Skip to content

Commit f38f4be

Browse files
authored
Apply replace_precommit patch (#123)
1 parent 360fd29 commit f38f4be

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ci:
22
skip:
3-
- "runic"
3+
- "itensor-formatter"
44
repos:
55
- repo: "https://github.com/pre-commit/pre-commit-hooks"
66
rev: "v6.0.0"
@@ -11,7 +11,7 @@ repos:
1111
- id: "end-of-file-fixer"
1212
exclude_types:
1313
- "markdown"
14-
- repo: "https://github.com/fredrikekre/runic-pre-commit"
15-
rev: "v2.0.1"
14+
- repo: "https://github.com/ITensor/ITensorFormatter.jl"
15+
rev: "v0.2.16"
1616
hooks:
17-
- id: "runic"
17+
- id: "itensor-formatter"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "NamedGraphs"
22
uuid = "678767b0-92e7-4007-89e4-4527a8725b19"
3-
version = "0.10.6"
3+
version = "0.10.7"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]
55

66
[deps]

0 commit comments

Comments
 (0)