Skip to content

Commit 7e9dd61

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 63d3af2 commit 7e9dd61

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,7 +39,7 @@ repos:
3939
- id: mixed-line-ending
4040
args: [--fix=lf]
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']
@@ -54,7 +54,7 @@ repos:
5454
hooks:
5555
- id: toml-sort-fix
5656
- repo: https://github.com/executablebooks/mdformat
57-
rev: 0.7.22
57+
rev: 1.0.0
5858
hooks:
5959
- id: mdformat
6060
additional_dependencies:
@@ -63,7 +63,7 @@ repos:
6363
- mdformat-gfm-alerts
6464
- mdformat-toc
6565
- repo: https://github.com/igorshubovych/markdownlint-cli
66-
rev: v0.45.0
66+
rev: v0.46.0
6767
hooks:
6868
- id: markdownlint
6969
exclude: |

0 commit comments

Comments
 (0)