Skip to content

Commit 4937c9d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/ITProKyle/pre-commit-hook-yamlfmt: v0.3.2 → v0.4.0](ITProKyle/pre-commit-hook-yamlfmt@v0.3.2...v0.4.0) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.45.0...v0.48.0)
1 parent deaf1ba commit 4937c9d

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
@@ -40,19 +40,19 @@ repos:
4040
hooks:
4141
- id: toml-sort-fix
4242
- repo: https://github.com/ITProKyle/pre-commit-hook-yamlfmt
43-
rev: v0.3.2
43+
rev: v0.4.0
4444
hooks:
4545
- id: yamlfmt
4646
args: [--mapping, '2', --offset, '2', --sequence, '4']
4747
- repo: https://github.com/executablebooks/mdformat
48-
rev: 0.7.22
48+
rev: 1.0.0
4949
hooks:
5050
- id: mdformat
5151
additional_dependencies:
5252
- mdformat-frontmatter
5353
- mdformat-gfm
5454
- mdformat-toc
5555
- repo: https://github.com/igorshubovych/markdownlint-cli
56-
rev: v0.45.0
56+
rev: v0.48.0
5757
hooks:
5858
- id: markdownlint

0 commit comments

Comments
 (0)