Skip to content

Commit 41cee3c

Browse files
[pre-commit.ci] pre-commit autoupdate (#194)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/DavidAnson/markdownlint-cli2: v0.19.1 → v0.20.0](DavidAnson/markdownlint-cli2@v0.19.1...v0.20.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2a68b75 commit 41cee3c

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
@@ -4,7 +4,7 @@ ci:
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
66
# Ruff version.
7-
rev: v0.14.7
7+
rev: v0.14.10
88
hooks:
99
# Run the linter.
1010
- id: ruff
@@ -33,7 +33,7 @@ repos:
3333
".codespellignore",
3434
]
3535
- repo: https://github.com/DavidAnson/markdownlint-cli2 # For formatting markdown for documentation
36-
rev: v0.19.1
36+
rev: v0.20.0
3737
hooks:
3838
- id: markdownlint-cli2
3939
args: [

0 commit comments

Comments
 (0)