We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a626be1 commit 346bd10Copy full SHA for 346bd10
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,9 @@
1
+ci:
2
+ skip: [julia-formatter]
3
+
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.5.0
6
+ rev: v5.0.0
7
hooks:
8
- id: check-merge-conflict
9
- id: check-toml
@@ -9,6 +12,6 @@ repos:
12
exclude_types: [markdown] # incompatible with Literate.jl
10
13
11
14
- repo: "https://github.com/domluna/JuliaFormatter.jl"
- rev: v1.0.62
15
+ rev: v2.1.0
16
17
- id: "julia-formatter"
0 commit comments