Skip to content

Commit 8a62666

Browse files
[pre-commit.ci] pre-commit autoupdate (#235)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kyle Finley <kyle@finley.sh>
1 parent 8a630e5 commit 8a62666

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
@@ -41,15 +41,15 @@ repos:
4141
)$
4242
- id: trailing-whitespace
4343
- repo: https://github.com/pappasam/toml-sort
44-
rev: v0.24.3
44+
rev: v0.24.4
4545
hooks:
4646
- id: toml-sort-fix
4747
exclude: |
4848
(?x)^(
4949
src/dot_config/private_atuin/private_config\.toml
5050
)
5151
- repo: https://github.com/ITProKyle/pre-commit-hook-yamlfmt
52-
rev: v0.3.2
52+
rev: v0.4.0
5353
hooks:
5454
- id: yamlfmt
5555
args: [--mapping, '2', --offset, '2', --sequence, '4']
@@ -61,14 +61,14 @@ repos:
6161
\.readthedocs.yml
6262
)$
6363
- repo: https://github.com/executablebooks/mdformat
64-
rev: 0.7.22
64+
rev: 1.0.0
6565
hooks:
6666
- id: mdformat
6767
additional_dependencies:
6868
- mdformat-frontmatter
6969
- mdformat-gfm
7070
- mdformat-toc
7171
- repo: https://github.com/igorshubovych/markdownlint-cli
72-
rev: v0.45.0
72+
rev: v0.48.0
7373
hooks:
7474
- id: markdownlint

0 commit comments

Comments
 (0)