We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508394f commit 7c57bc9Copy full SHA for 7c57bc9
.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
@@ -42,7 +42,7 @@ repos:
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