Skip to content

Commit ab5395d

Browse files
[pre-commit.ci] pre-commit autoupdate (#1024)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.3...v0.9.9) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 89151a2 commit ab5395d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.9.3
23+
rev: v0.9.9
2424
hooks:
2525
- id: ruff
2626
args: [--fix, --show-fixes]
2727
- id: ruff-format
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.14.1
30+
rev: v1.15.0
3131
hooks:
3232
- id: mypy
3333
additional_dependencies:
@@ -40,7 +40,7 @@ repos:
4040
stages: [manual]
4141

4242
- repo: https://github.com/codespell-project/codespell
43-
rev: v2.4.0
43+
rev: v2.4.1
4444
hooks:
4545
- id: codespell
4646

0 commit comments

Comments
 (0)