Skip to content

Commit 6e5bc31

Browse files
[pre-commit.ci] pre-commit-autoupdate
updates: - [github.com/DavidAnson/markdownlint-cli2: v0.21.0 → v0.23.2](DavidAnson/markdownlint-cli2@v0.21.0...v0.23.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.16.1](astral-sh/ruff-pre-commit@v0.15.4...v0.16.1) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.5.1](psf/black-pre-commit-mirror@26.1.0...26.5.1)
1 parent 05e2bbd commit 6e5bc31

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
types: [python, yaml, markdown]
1818

1919
- repo: https://github.com/DavidAnson/markdownlint-cli2
20-
rev: v0.21.0
20+
rev: v0.23.2
2121
hooks:
2222
- id: markdownlint-cli2
2323
args: []
@@ -30,13 +30,13 @@ repos:
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
3232
# Ruff version.
33-
rev: v0.15.4
33+
rev: v0.16.1
3434
hooks:
3535
- id: ruff
3636
args: [ --fix, --exit-non-zero-on-fix, --show-fixes ]
3737

3838
- repo: https://github.com/psf/black-pre-commit-mirror
39-
rev: 26.1.0
39+
rev: 26.5.1
4040
hooks:
4141
- id: black
4242
types: [python]

0 commit comments

Comments
 (0)