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 66ba0e7 commit 92d71cdCopy full SHA for 92d71cd
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
language: fail
9
files: "\\.rej$"
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v5.0.0
+ rev: v6.0.0
12
hooks:
13
- id: check-json
14
- id: check-toml
@@ -34,15 +34,15 @@ repos:
34
35
- id: validate-cff
36
- repo: https://github.com/google/yamlfmt
37
- rev: v0.17.2
+ rev: v0.19.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.1
+ rev: v1.13.2
46
47
- id: explicit-imports
48
name: ExplicitImports checks
0 commit comments