Skip to content

Commit 1e3c78b

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.46.0](igorshubovych/markdownlint-cli@v0.45.0...v0.46.0)
1 parent 551d231 commit 1e3c78b

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
@@ -39,19 +39,19 @@ repos:
3939
hooks:
4040
- id: toml-sort-fix
4141
- repo: https://github.com/ITProKyle/pre-commit-hook-yamlfmt
42-
rev: v0.3.2
42+
rev: v0.4.0
4343
hooks:
4444
- id: yamlfmt
4545
args: [--mapping, '2', --offset, '2', --sequence, '4']
4646
- repo: https://github.com/executablebooks/mdformat
47-
rev: 0.7.22
47+
rev: 1.0.0
4848
hooks:
4949
- id: mdformat
5050
additional_dependencies:
5151
- mdformat-frontmatter
5252
- mdformat-gfm
5353
- mdformat-toc
5454
- repo: https://github.com/igorshubovych/markdownlint-cli
55-
rev: v0.45.0
55+
rev: v0.46.0
5656
hooks:
5757
- id: markdownlint

0 commit comments

Comments
 (0)