Skip to content

Commit d5cdf3f

Browse files
committed
Merge branch 'Contract' of github.com:JoeyT1994/ITensorNetworksNext.jl into Contract
2 parents 4c16d56 + 6c5ac55 commit d5cdf3f

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.JuliaFormatter.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/FormatCheck.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: "Format Check"
22

33
on:
4-
push:
5-
branches:
6-
- 'main'
7-
tags: '*'
8-
pull_request:
4+
pull_request_target:
5+
paths: ['**/*.jl']
6+
types: [opened, synchronize, reopened, ready_for_review]
7+
8+
permissions:
9+
contents: read
10+
actions: write
11+
pull-requests: write
912

1013
jobs:
1114
format-check:

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ci:
2-
skip: [julia-formatter]
2+
skip: [runic]
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -11,7 +11,7 @@ repos:
1111
- id: end-of-file-fixer
1212
exclude_types: [markdown] # incompatible with Literate.jl
1313

14-
- repo: "https://github.com/domluna/JuliaFormatter.jl"
15-
rev: v2.1.6
14+
- repo: https://github.com/fredrikekre/runic-pre-commit
15+
rev: v2.0.1
1616
hooks:
17-
- id: "julia-formatter"
17+
- id: runic

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ITensorBase = "0.2.13"
3333
LinearAlgebra = "1.10"
3434
MacroTools = "0.5.16"
3535
NamedDimsArrays = "0.7.13"
36-
NamedGraphs = "0.6.9"
36+
NamedGraphs = "0.6.9, 0.7"
3737
SimpleTraits = "0.9.5"
3838
SplitApplyCombine = "1.2.3"
3939
TensorOperations = "5.3.1"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Graphs = "1.13.1"
1818
ITensorBase = "0.2.12"
1919
ITensorNetworksNext = "0.1.1"
2020
NamedDimsArrays = "0.7.14"
21-
NamedGraphs = "0.6.8"
21+
NamedGraphs = "0.6.8, 0.7"
2222
SafeTestsets = "0.1"
2323
Suppressor = "0.2.8"
2424
TensorOperations = "5.3.1"

0 commit comments

Comments
 (0)