Skip to content

Commit 155f133

Browse files
chore: 🤖 pre-commit update (#133)
Co-authored-by: tmigot <25304288+tmigot@users.noreply.github.com>
1 parent 22a7eb8 commit 155f133

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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.44.0
3030
hooks:
3131
- id: markdownlint-fix
3232
- repo: https://github.com/citation-file-format/cffconvert
@@ -38,16 +38,16 @@ repos:
3838
hooks:
3939
- id: yamlfmt
4040
- repo: https://github.com/adrienverge/yamllint
41-
rev: v1.35.1
41+
rev: v1.37.0
4242
hooks:
4343
- id: yamllint
4444
- repo: https://github.com/ericphanson/ExplicitImports.jl
45-
rev: v1.10.1
45+
rev: v1.11.2
4646
hooks:
4747
- id: explicit-imports
4848
name: ExplicitImports checks
4949
args: [--print, --checklist, "exclude_all_qualified_accesses_are_public"]
5050
- repo: https://github.com/domluna/JuliaFormatter.jl
51-
rev: v2.0.0
51+
rev: v2.1.1
5252
hooks:
5353
- id: julia-formatter

0 commit comments

Comments
 (0)