Skip to content

Commit cc836fd

Browse files
[pre-commit.ci] pre-commit autoupdate (#343)
updates: - [github.com/DavidAnson/markdownlint-cli2: v0.19.1 → v0.20.0](DavidAnson/markdownlint-cli2@v0.19.1...v0.20.0) - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.8](astral-sh/ruff-pre-commit@v0.14.7...v0.14.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4520767 commit cc836fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
args: [--markdown-linebreak-ext=md]
3333

3434
- repo: https://github.com/DavidAnson/markdownlint-cli2
35-
rev: v0.19.1
35+
rev: v0.20.0
3636
hooks:
3737
- id: markdownlint-cli2
3838
name: markdownlint
@@ -48,7 +48,7 @@ repos:
4848
args: [--py310-plus]
4949

5050
- repo: https://github.com/psf/black-pre-commit-mirror
51-
rev: 25.11.0
51+
rev: 25.12.0
5252
hooks:
5353
- id: black
5454

@@ -59,7 +59,7 @@ repos:
5959
additional_dependencies: [black]
6060

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: v0.14.7
62+
rev: v0.14.8
6363
hooks:
6464
- id: ruff-check
6565
name: ruff

0 commit comments

Comments
 (0)