Skip to content

Commit 8cc534f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.3...3.0.3) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.21](hukkin/mdformat@0.7.17...0.7.21) - [github.com/DavidAnson/markdownlint-cli2: v0.13.0 → v0.17.1](DavidAnson/markdownlint-cli2@v0.13.0...v0.17.1)
1 parent aabde06 commit 8cc534f

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
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-added-large-files
77
- id: fix-byte-order-marker
@@ -37,7 +37,7 @@ repos:
3737
args:
3838
- --msg-filename
3939
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
40-
rev: 2.7.3
40+
rev: 3.0.3
4141
hooks:
4242
- id: editorconfig-checker
4343
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -49,7 +49,7 @@ repos:
4949
hooks:
5050
- id: yamllint
5151
- repo: https://github.com/executablebooks/mdformat
52-
rev: 0.7.17
52+
rev: 0.7.21
5353
hooks:
5454
- id: mdformat
5555
additional_dependencies:
@@ -63,7 +63,7 @@ repos:
6363
- mdformat-config
6464
- mdformat-web
6565
- repo: https://github.com/DavidAnson/markdownlint-cli2
66-
rev: v0.13.0
66+
rev: v0.17.1
6767
hooks:
6868
- id: markdownlint-cli2
6969
additional_dependencies:

0 commit comments

Comments
 (0)