Skip to content

Commit 321148e

Browse files
chore: 🤖 pre-commit update (#52)
Co-authored-by: gnawin <125902905+gnawin@users.noreply.github.com>
1 parent 1ad8f96 commit 321148e

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
@@ -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
@@ -26,18 +26,18 @@ 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/adrienverge/yamllint
37-
rev: v1.35.1
37+
rev: v1.37.1
3838
hooks:
3939
- id: yamllint
4040
- repo: https://github.com/domluna/JuliaFormatter.jl
41-
rev: v2.0.0
41+
rev: v2.1.6
4242
hooks:
4343
- id: julia-formatter

0 commit comments

Comments
 (0)