Skip to content

Commit 0f7e936

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.47.0](igorshubovych/markdownlint-cli@v0.45.0...v0.47.0)
1 parent 89d5306 commit 0f7e936

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
@@ -43,18 +43,18 @@ repos:
4343
hooks:
4444
- id: toml-sort-fix
4545
- repo: https://github.com/ITProKyle/pre-commit-hook-yamlfmt
46-
rev: v0.3.2
46+
rev: v0.4.0
4747
hooks:
4848
- id: yamlfmt
4949
args: [--mapping, '2', --offset, '2', --sequence, '4']
5050
- repo: https://github.com/executablebooks/mdformat
51-
rev: 0.7.22
51+
rev: 1.0.0
5252
hooks:
5353
- id: mdformat
5454
additional_dependencies:
5555
- mdformat-frontmatter
5656
- mdformat-gfm
5757
- repo: https://github.com/igorshubovych/markdownlint-cli
58-
rev: v0.45.0
58+
rev: v0.47.0
5959
hooks:
6060
- id: markdownlint

0 commit comments

Comments
 (0)