Skip to content

Commit d8eabe3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pappasam/toml-sort: v0.23.1 → v0.24.3](pappasam/toml-sort@v0.23.1...v0.24.3) - [github.com/ITProKyle/pre-commit-hook-yamlfmt: v0.3.0 → v0.4.0](ITProKyle/pre-commit-hook-yamlfmt@v0.3.0...v0.4.0) - [github.com/executablebooks/mdformat: 0.7.18 → 1.0.0](hukkin/mdformat@0.7.18...1.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.42.0...v0.47.0)
1 parent 9e6dd67 commit d8eabe3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude: |
1111
1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-json
1717
- id: check-merge-conflict
@@ -43,11 +43,11 @@ repos:
4343
- id: mixed-line-ending
4444
args: [--fix=lf]
4545
- repo: https://github.com/pappasam/toml-sort
46-
rev: v0.23.1
46+
rev: v0.24.3
4747
hooks:
4848
- id: toml-sort-fix
4949
- repo: https://github.com/ITProKyle/pre-commit-hook-yamlfmt
50-
rev: v0.3.0
50+
rev: v0.4.0
5151
hooks:
5252
- id: yamlfmt
5353
args: [--mapping, '2', --offset, '2', --sequence, '4']
@@ -56,7 +56,7 @@ repos:
5656
(.*)?vscode/config\.yaml
5757
)
5858
- repo: https://github.com/executablebooks/mdformat
59-
rev: 0.7.18
59+
rev: 1.0.0
6060
hooks:
6161
- id: mdformat
6262
additional_dependencies:
@@ -65,6 +65,6 @@ repos:
6565
- mdformat-gfm-alerts
6666
- mdformat-toc
6767
- repo: https://github.com/igorshubovych/markdownlint-cli
68-
rev: v0.42.0
68+
rev: v0.47.0
6969
hooks:
7070
- id: markdownlint

0 commit comments

Comments
 (0)