Skip to content

Commit 5ec9ac3

Browse files
[pre-commit.ci] pre-commit autoupdate (#714)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent acefd88 commit 5ec9ac3

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
@@ -29,14 +29,14 @@ repos:
2929
- id: trailing-whitespace
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.15.4
32+
rev: v0.15.9
3333
hooks:
3434
- id: ruff
3535
args: ["--fix", "--show-fixes"]
3636
- id: ruff-format
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.19.1
39+
rev: v1.20.0
4040
hooks:
4141
- id: mypy
4242
args: [--config-file=pyproject.toml]
@@ -52,7 +52,7 @@ repos:
5252
)$
5353
5454
- repo: https://github.com/codespell-project/codespell
55-
rev: v2.4.1
55+
rev: v2.4.2
5656
hooks:
5757
- id: codespell
5858
args: ["-S", "*.ipynb"]

0 commit comments

Comments
 (0)