Skip to content

Commit dfc7ea6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.5](astral-sh/ruff-pre-commit@v0.14.3...v0.14.5) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/DavidAnson/markdownlint-cli2: v0.18.1 → v0.19.0](DavidAnson/markdownlint-cli2@v0.18.1...v0.19.0)
1 parent b5cf271 commit dfc7ea6

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
@@ -14,12 +14,12 @@ repos:
1414
args: [--fix, lf]
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.14.3"
17+
rev: "v0.14.5"
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --exit-non-zero-on-fix]
2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: 25.9.0
22+
rev: 25.11.0
2323
hooks:
2424
- name: black
2525
id: black
@@ -30,6 +30,6 @@ repos:
3030
- id: prettier
3131
exclude_types: ["markdown"]
3232
- repo: https://github.com/DavidAnson/markdownlint-cli2
33-
rev: v0.18.1
33+
rev: v0.19.0
3434
hooks:
3535
- id: markdownlint-cli2

0 commit comments

Comments
 (0)