Skip to content

Commit 92a3633

Browse files
⬆ [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.9.6](astral-sh/ruff-pre-commit@v0.8.3...v0.9.6) - [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0)
1 parent 8abc140 commit 92a3633

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
@@ -18,14 +18,14 @@ repos:
1818
- id: end-of-file-fixer
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.8.3
21+
rev: v0.9.6
2222
hooks:
2323
- id: ruff
2424
args: [--fix, --exit-non-zero-on-fix]
2525
- id: ruff-format
2626

2727
- repo: https://github.com/igorshubovych/markdownlint-cli
28-
rev: v0.43.0
28+
rev: v0.44.0
2929
hooks:
3030
- id: markdownlint-fix
3131
args: [--config=pyproject.toml, --configPointer=/tool/markdownlint]

0 commit comments

Comments
 (0)