Skip to content

Commit ef765ec

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/editorconfig-checker/editorconfig-checker.python: 3.0.3 → 3.1.2](editorconfig-checker/editorconfig-checker.python@3.0.3...3.1.2) - [github.com/rhysd/actionlint: v1.7.4 → v1.7.7](rhysd/actionlint@v1.7.4...v1.7.7) - [github.com/executablebooks/mdformat: 0.7.18 → 0.7.21](hukkin/mdformat@0.7.18...0.7.21) - [github.com/DavidAnson/markdownlint-cli2: v0.14.0 → v0.17.2](DavidAnson/markdownlint-cli2@v0.14.0...v0.17.2) - [github.com/pre-commit/mirrors-clang-format: v19.1.3 → v19.1.7](pre-commit/mirrors-clang-format@v19.1.3...v19.1.7)
1 parent 1491998 commit ef765ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@ repos:
3737
args:
3838
- --msg-filename
3939
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
40-
rev: 3.0.3
40+
rev: 3.1.2
4141
hooks:
4242
- id: editorconfig-checker
4343
- repo: https://github.com/jumanjihouse/pre-commit-hooks
4444
rev: 3.0.0
4545
hooks:
4646
- id: check-mailmap
4747
- repo: https://github.com/rhysd/actionlint
48-
rev: v1.7.4
48+
rev: v1.7.7
4949
hooks:
5050
- id: actionlint
5151
- repo: https://github.com/adrienverge/yamllint
5252
rev: v1.35.1
5353
hooks:
5454
- id: yamllint
5555
- repo: https://github.com/executablebooks/mdformat
56-
rev: 0.7.18
56+
rev: 0.7.21
5757
hooks:
5858
- id: mdformat
5959
additional_dependencies:
@@ -67,13 +67,13 @@ repos:
6767
- mdformat-config
6868
- mdformat-web
6969
- repo: https://github.com/DavidAnson/markdownlint-cli2
70-
rev: v0.14.0
70+
rev: v0.17.2
7171
hooks:
7272
- id: markdownlint-cli2
7373
additional_dependencies:
7474
- markdown-it-texmath
7575
- repo: https://github.com/pre-commit/mirrors-clang-format
76-
rev: v19.1.3
76+
rev: v19.1.7
7777
hooks:
7878
- id: clang-format
7979
exclude_types:

0 commit comments

Comments
 (0)