Skip to content

Commit 2332277

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

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/codespell-project/codespell
3-
rev: v2.4.0
3+
rev: v2.4.1
44
hooks:
55
- id: codespell
66
- repo: https://github.com/asottile/blacken-docs
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: check-yaml
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.9.3
16+
rev: v0.9.6
1717
hooks:
1818
- id: ruff
1919
args: [ --fix ]
@@ -26,7 +26,7 @@ repos:
2626
args: ["--ignore", "D001"]
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: 'v1.14.1'
29+
rev: 'v1.15.0'
3030
hooks:
3131
- id: mypy
3232
additional_dependencies:

0 commit comments

Comments
 (0)