Skip to content

Commit 1ab5079

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/rhysd/actionlint: v1.7.7 → v1.7.10](rhysd/actionlint@v1.7.7...v1.7.10) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.45.0...v0.47.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.2...v0.14.10)
1 parent 44882b6 commit 1ab5079

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
@@ -2,18 +2,18 @@ fail_fast: false
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-yaml
88

99
- repo: https://github.com/rhysd/actionlint
10-
rev: v1.7.7
10+
rev: v1.7.10
1111
hooks:
1212
- id: actionlint
1313
args: [-ignore, SC]
1414

1515
- repo: https://github.com/igorshubovych/markdownlint-cli
16-
rev: v0.45.0
16+
rev: v0.47.0
1717
hooks:
1818
- id: markdownlint-fix
1919
args: [-c, configs/.markdownlint.yaml, --fix, --disable, MD028]
@@ -24,7 +24,7 @@ repos:
2424
- id: typos
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.12.2
27+
rev: v0.14.10
2828
hooks:
2929
# Run the formatter
3030
- id: ruff-format

0 commit comments

Comments
 (0)