We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9464c18 commit 8be9087Copy full SHA for 8be9087
.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: v8.19.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.0
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