Skip to content

Commit 0e4a532

Browse files
authored
Update .pre-commit-config.yaml (#54)
1 parent e166c2b commit 0e4a532

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: .pre-commit-config.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
ci:
2+
skip: [julia-formatter]
3+
14
repos:
25
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
6+
rev: v5.0.0
47
hooks:
58
- id: check-merge-conflict
69
- id: check-toml
@@ -9,6 +12,6 @@ repos:
912
exclude_types: [markdown] # incompatible with Literate.jl
1013

1114
- repo: "https://github.com/domluna/JuliaFormatter.jl"
12-
rev: v1.0.62
15+
rev: v2.1.0
1316
hooks:
1417
- id: "julia-formatter"

0 commit comments

Comments
 (0)