File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
- id : check-toml
14
14
name : Validate pyproject.toml
15
15
- repo : https://github.com/astral-sh/ruff-pre-commit
16
- rev : v0.9.2
16
+ rev : v0.9.3
17
17
hooks :
18
18
- id : ruff
19
19
name : ruff lint
36
36
files : ^manim/
37
37
38
38
- repo : https://github.com/codespell-project/codespell
39
- rev : v2.3 .0
39
+ rev : v2.4 .0
40
40
hooks :
41
41
- id : codespell
42
42
files : ^.*\.(py|md|rst)$
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ def _table_to_mob_table(
254
254
self ,
255
255
table : Iterable [Iterable [float | str | VMobject ]],
256
256
) -> list :
257
- """Initilaizes the entries of ``table`` as :class:`~.VMobject`.
257
+ """Initializes the entries of ``table`` as :class:`~.VMobject`.
258
258
259
259
Parameters
260
260
----------
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def test_closed_path_does_not_have_extra_point():
139
139
def test_close_command_closes_last_move_not_the_starting_one ():
140
140
# This A.svg is the output of a Text("A") in some systems
141
141
# It contains a path that moves from the outer boundary of the A
142
- # to the boundary of the inner triangle, anc then closes the path
142
+ # to the boundary of the inner triangle, and then closes the path
143
143
# which should close the inner triangle and not the outer boundary.
144
144
svg = SVGMobject (
145
145
get_svg_resource ("A.svg" ),
You can’t perform that action at this time.
0 commit comments