We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9464c18 commit 2f88ac0Copy full SHA for 2f88ac0
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
hooks:
28
- id: markdownlint-fix
29
- repo: https://github.com/streetsidesoftware/cspell-cli
30
- rev: v8.17.3
+ rev: v9.0.0
31
32
- id: cspell
33
- repo: https://github.com/citation-file-format/cffconvert
@@ -41,10 +41,10 @@ repos:
41
types_or: [yaml, json]
42
exclude: ".copier-answers.yml"
43
- repo: https://github.com/adrienverge/yamllint
44
- rev: v1.35.1
+ rev: v1.37.1
45
46
- id: yamllint
47
- repo: https://github.com/domluna/JuliaFormatter.jl
48
- rev: v2.0.0
+ rev: v2.1.2
49
50
- id: julia-formatter
0 commit comments