Skip to content

Commit b36e4c3

Browse files
chore: 🤖 pre-commit update (#219)
Co-authored-by: abelsiqueira <[email protected]>
1 parent 24413c7 commit b36e4c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,28 @@ repos:
2626
- id: check-merge-conflict
2727
args: [--assume-in-merge]
2828
- repo: https://github.com/igorshubovych/markdownlint-cli
29-
rev: v0.43.0
29+
rev: v0.45.0
3030
hooks:
3131
- id: markdownlint-fix
3232
- repo: https://github.com/citation-file-format/cffconvert
3333
rev: 054bda51dbe278b3e86f27c890e3f3ac877d616c
3434
hooks:
3535
- id: validate-cff
3636
- repo: https://github.com/google/yamlfmt
37-
rev: v0.16.0
37+
rev: v0.17.2
3838
hooks:
3939
- id: yamlfmt
4040
- repo: https://github.com/adrienverge/yamllint
41-
rev: v1.35.1
41+
rev: v1.37.1
4242
hooks:
4343
- id: yamllint
4444
- repo: https://github.com/ericphanson/ExplicitImports.jl
45-
rev: v1.10.1
45+
rev: v1.13.1
4646
hooks:
4747
- id: explicit-imports
4848
name: ExplicitImports checks
4949
args: [--print, --checklist, "exclude_all_qualified_accesses_are_public,exclude_no_implicit_imports"]
5050
- repo: https://github.com/domluna/JuliaFormatter.jl
51-
rev: v2.0.0
51+
rev: v2.1.2
5252
hooks:
5353
- id: julia-formatter

0 commit comments

Comments
 (0)