We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796eb63 commit 0839dd5Copy full SHA for 0839dd5
.pre-commit-config.yaml
@@ -34,20 +34,20 @@ repos:
34
hooks:
35
- id: validate-cff
36
- repo: https://github.com/google/yamlfmt
37
- rev: v0.19.0
+ rev: v0.20.0
38
39
- id: yamlfmt
40
- repo: https://github.com/adrienverge/yamllint
41
rev: v1.37.1
42
43
- id: yamllint
44
- repo: https://github.com/ericphanson/ExplicitImports.jl
45
- rev: v1.13.2
+ rev: v1.14.0
46
47
- id: explicit-imports
48
name: ExplicitImports checks
49
args: [--print, --checklist, exclude_all_qualified_accesses_are_public]
50
- repo: https://github.com/domluna/JuliaFormatter.jl
51
- rev: v2.1.6
+ rev: v2.2.0
52
53
- id: julia-formatter
0 commit comments