Skip to content

Commit 84ecd1c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.14...v0.15.0) - [github.com/igorshubovych/markdownlint-cli: v0.46.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.46.0...v0.47.0)
1 parent ccc4990 commit 84ecd1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
- tomli
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.14.14
40+
rev: v0.15.0
4141
hooks:
4242
- id: ruff-check
4343
args: [ --fix ]
@@ -56,7 +56,7 @@ repos:
5656
# entry: markdown-link-check
5757

5858
- repo: https://github.com/igorshubovych/markdownlint-cli
59-
rev: v0.46.0
59+
rev: v0.47.0
6060
hooks:
6161
- id: markdownlint
6262
args: ['--config', '.markdownlint.yaml']

0 commit comments

Comments
 (0)