Skip to content

Commit 78c613f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/editorconfig-checker/editorconfig-checker.python: 3.4.1 → 3.5.0](editorconfig-checker/editorconfig-checker.python@3.4.1...3.5.0) - [github.com/rhysd/actionlint: v1.7.8 → v1.7.9](rhysd/actionlint@v1.7.8...v1.7.9) - [github.com/DavidAnson/markdownlint-cli2: v0.18.1 → v0.19.1](DavidAnson/markdownlint-cli2@v0.18.1...v0.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.3...v0.14.6)
1 parent 014936e commit 78c613f

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
@@ -39,15 +39,15 @@ repos:
3939
args:
4040
- --msg-filename
4141
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
42-
rev: 3.4.1
42+
rev: 3.5.0
4343
hooks:
4444
- id: editorconfig-checker
4545
- repo: https://github.com/jumanjihouse/pre-commit-hooks
4646
rev: 3.0.0
4747
hooks:
4848
- id: check-mailmap
4949
- repo: https://github.com/rhysd/actionlint
50-
rev: v1.7.8
50+
rev: v1.7.9
5151
hooks:
5252
- id: actionlint
5353
- repo: https://github.com/adrienverge/yamllint
@@ -69,13 +69,13 @@ repos:
6969
- mdformat-config
7070
- mdformat-web
7171
- repo: https://github.com/DavidAnson/markdownlint-cli2
72-
rev: v0.18.1
72+
rev: v0.19.1
7373
hooks:
7474
- id: markdownlint-cli2
7575
additional_dependencies:
7676
- markdown-it-texmath
7777
- repo: https://github.com/astral-sh/ruff-pre-commit
78-
rev: v0.14.3
78+
rev: v0.14.6
7979
hooks:
8080
- id: ruff-check
8181
- id: ruff-format

0 commit comments

Comments
 (0)