Skip to content

Commit b48f694

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/editorconfig-checker/editorconfig-checker.python: 3.4.1 → 3.6.0](editorconfig-checker/editorconfig-checker.python@3.4.1...3.6.0) - [github.com/rhysd/actionlint: v1.7.8 → v1.7.10](rhysd/actionlint@v1.7.8...v1.7.10) - [github.com/DavidAnson/markdownlint-cli2: v0.18.1 → v0.20.0](DavidAnson/markdownlint-cli2@v0.18.1...v0.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.3...v0.14.10)
1 parent a9d3b85 commit b48f694

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,7 +39,7 @@ repos:
3939
args:
4040
- --msg-filename
4141
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
42-
rev: 3.4.1
42+
rev: 3.6.0
4343
hooks:
4444
- id: editorconfig-checker
4545
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -51,7 +51,7 @@ repos:
5151
exclude_types:
5252
- zsh
5353
- repo: https://github.com/rhysd/actionlint
54-
rev: v1.7.8
54+
rev: v1.7.10
5555
hooks:
5656
- id: actionlint
5757
- repo: https://github.com/adrienverge/yamllint
@@ -73,7 +73,7 @@ repos:
7373
- mdformat-config
7474
- mdformat-web
7575
- repo: https://github.com/DavidAnson/markdownlint-cli2
76-
rev: v0.18.1
76+
rev: v0.20.0
7777
hooks:
7878
- id: markdownlint-cli2
7979
additional_dependencies:
@@ -83,7 +83,7 @@ repos:
8383
hooks:
8484
- id: shfmt
8585
- repo: https://github.com/astral-sh/ruff-pre-commit
86-
rev: v0.14.3
86+
rev: v0.14.10
8787
hooks:
8888
- id: ruff-check
8989
- id: ruff-format

0 commit comments

Comments
 (0)