Skip to content

Commit c03b218

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3) - [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0)
1 parent 61c8007 commit c03b218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ repos:
88
- id: check-yaml
99

1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: 'v0.9.2'
11+
rev: 'v0.9.3'
1212
hooks:
1313
- id: ruff
1414
args: [ --fix, --exit-non-zero-on-fix ]
1515
# Run the formatter
1616
- id: ruff-format
1717

1818
- repo: https://github.com/igorshubovych/markdownlint-cli
19-
rev: v0.43.0
19+
rev: v0.44.0
2020
hooks:
2121
- id: markdownlint-fix
2222

0 commit comments

Comments
 (0)