Skip to content

Commit 705e0b9

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/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.44.0...v0.47.0) - [github.com/crate-ci/typos: v1 → typos-dict-v0.13.13](crate-ci/typos@v1...typos-dict-v0.13.13)
1 parent d3419b9 commit 705e0b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# fail_fast: true
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: mixed-line-ending
77
args: [--fix, lf]
@@ -13,20 +13,20 @@ repos:
1313
- id: check-added-large-files
1414

1515
- repo: https://github.com/executablebooks/mdformat
16-
rev: 0.7.22
16+
rev: 1.0.0
1717
hooks:
1818
- id: mdformat
1919
additional_dependencies:
2020
- "mdformat-mkdocs[recommended]>=2.1.0"
2121
- mdformat-admon
2222

2323
- repo: https://github.com/igorshubovych/markdownlint-cli
24-
rev: v0.44.0
24+
rev: v0.47.0
2525
hooks:
2626
- id: markdownlint
2727

2828
- repo: https://github.com/crate-ci/typos
29-
rev: v1
29+
rev: typos-dict-v0.13.13
3030
hooks:
3131
- id: typos
3232

0 commit comments

Comments
 (0)