Skip to content

Commit 51262cf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](hukkin/mdformat@0.7.19...0.7.21) - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0)
1 parent 4aca7ad commit 51262cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
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.19
7+
rev: 0.7.21
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.8.3
61+
rev: v0.8.4
6262
hooks:
6363
- id: ruff
6464
- id: ruff-format
@@ -79,7 +79,7 @@ repos:
7979
hooks:
8080
- id: validate-pyproject
8181
- repo: https://github.com/pre-commit/mirrors-mypy
82-
rev: v1.13.0
82+
rev: v1.14.0
8383
hooks:
8484
- id: mypy
8585
args: ["--config-file", "pyproject.toml"]

0 commit comments

Comments
 (0)