Skip to content

Commit 2ab99b5

Browse files
[pre-commit.ci] pre-commit autoupdate (#4148)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.7](astral-sh/ruff-pre-commit@v0.9.3...v0.9.7) - [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 2bdd5ac commit 2ab99b5

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
@@ -13,7 +13,7 @@ repos:
1313
- id: check-toml
1414
name: Validate pyproject.toml
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.9.3
16+
rev: v0.9.7
1717
hooks:
1818
- id: ruff
1919
name: ruff lint
@@ -22,7 +22,7 @@ repos:
2222
- id: ruff-format
2323
types: [python]
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.14.1
25+
rev: v1.15.0
2626
hooks:
2727
- id: mypy
2828
additional_dependencies:
@@ -36,7 +36,7 @@ repos:
3636
files: ^manim/
3737

3838
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.4.0
39+
rev: v2.4.1
4040
hooks:
4141
- id: codespell
4242
files: ^.*\.(py|md|rst)$

0 commit comments

Comments
 (0)