Skip to content

Commit 9f8ef00

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/executablebooks/mdformat: 0.7.18 → 0.7.19](hukkin/mdformat@0.7.18...0.7.19) - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.3...v0.7.4)
1 parent da60275 commit 9f8ef00

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 @@ exclude: ^(\.[^/]*cache/.*)$
44
repos:
55
- repo: https://github.com/executablebooks/mdformat
66
# Do this before other tools "fixing" the line endings
7-
rev: 0.7.18
7+
rev: 0.7.19
88
hooks:
99
- id: mdformat
1010
name: Format Markdown
@@ -58,7 +58,7 @@ repos:
5858
- -d
5959
- "{extends: relaxed, rules: {line-length: {max: 90}}}"
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.7.3
61+
rev: v0.7.4
6262
hooks:
6363
- id: ruff
6464
- id: ruff-format

0 commit comments

Comments
 (0)