Skip to content

Commit 3934316

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.5 → v0.11.10](astral-sh/ruff-pre-commit@v0.11.5...v0.11.10) - [github.com/DavidAnson/markdownlint-cli2: v0.17.2 → v0.18.1](DavidAnson/markdownlint-cli2@v0.17.2...v0.18.1)
1 parent b74fd45 commit 3934316

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
@@ -14,7 +14,7 @@ repos:
1414
args: [--fix, lf]
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.11.5"
17+
rev: "v0.11.10"
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --exit-non-zero-on-fix]
@@ -30,6 +30,6 @@ repos:
3030
- id: prettier
3131
exclude_types: ["markdown"]
3232
- repo: https://github.com/DavidAnson/markdownlint-cli2
33-
rev: v0.17.2
33+
rev: v0.18.1
3434
hooks:
3535
- id: markdownlint-cli2

0 commit comments

Comments
 (0)