Skip to content

Commit 4968c95

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22) - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.1...v0.9.4) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](v2.3.0...v2.4.1)
1 parent faf0c8d commit 4968c95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.21
7+
rev: 0.7.22
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.9.1
61+
rev: v0.9.4
6262
hooks:
6363
- id: ruff
6464
- id: ruff-format
@@ -68,7 +68,7 @@ repos:
6868
- id: prettier
6969
types_or: [yaml, markdown, html, css, scss, javascript, json]
7070
- repo: https://github.com/codespell-project/codespell
71-
rev: v2.3.0
71+
rev: v2.4.1
7272
hooks:
7373
- id: codespell
7474
args: [--toml, pyproject-codespell.precommit-toml]

0 commit comments

Comments
 (0)