Skip to content

Commit be682f2

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.46.0](igorshubovych/markdownlint-cli@v0.44.0...v0.46.0)
1 parent d3419b9 commit be682f2

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
@@ -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,15 +13,15 @@ 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.46.0
2525
hooks:
2626
- id: markdownlint
2727

0 commit comments

Comments
 (0)