Skip to content

Commit df60bfd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pappasam/toml-sort: v0.24.3 → v0.24.4](pappasam/toml-sort@v0.24.3...v0.24.4) - [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 5309b2e commit df60bfd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ repos:
3939
- id: mixed-line-ending
4040
args: [--fix=lf]
4141
- repo: https://github.com/pappasam/toml-sort
42-
rev: v0.24.3
42+
rev: v0.24.4
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']
@@ -52,14 +52,14 @@ repos:
5252
(.*)\.github/dependabot\.yml
5353
)$
5454
- repo: https://github.com/executablebooks/mdformat
55-
rev: 0.7.22
55+
rev: 1.0.0
5656
hooks:
5757
- id: mdformat
5858
additional_dependencies:
5959
- mdformat-frontmatter
6060
- mdformat-gfm
6161
- mdformat-toc
6262
- repo: https://github.com/igorshubovych/markdownlint-cli
63-
rev: v0.45.0
63+
rev: v0.48.0
6464
hooks:
6565
- id: markdownlint

0 commit comments

Comments
 (0)