Skip to content

Commit 1b7f48c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.47.0...v0.48.0)
1 parent 0e1a969 commit 1b7f48c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ repos:
1414
)
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.15.4
17+
rev: v0.15.9
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
2121
- id: ruff-format
2222
- repo: https://github.com/igorshubovych/markdownlint-cli
23-
rev: v0.47.0
23+
rev: v0.48.0
2424
hooks:
2525
- id: markdownlint
2626
args: ["-c", ".markdownlint.yaml", "--fix"]

0 commit comments

Comments
 (0)