Skip to content

Commit a073ece

Browse files
chore: 🤖 pre-commit update (#106)
Co-authored-by: tmigot <[email protected]>
1 parent 3eb5741 commit a073ece

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
language: fail
99
files: "\\.rej$"
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-json
1414
- id: check-toml
@@ -34,15 +34,15 @@ repos:
3434
hooks:
3535
- id: validate-cff
3636
- repo: https://github.com/google/yamlfmt
37-
rev: v0.17.2
37+
rev: v0.19.0
3838
hooks:
3939
- id: yamlfmt
4040
- repo: https://github.com/adrienverge/yamllint
4141
rev: v1.37.1
4242
hooks:
4343
- id: yamllint
4444
- repo: https://github.com/ericphanson/ExplicitImports.jl
45-
rev: v1.13.1
45+
rev: v1.13.2
4646
hooks:
4747
- id: explicit-imports
4848
name: ExplicitImports checks

0 commit comments

Comments
 (0)