File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 - id : check-toml
1414 name : Validate pyproject.toml
1515 - repo : https://github.com/astral-sh/ruff-pre-commit
16- rev : v0.9.2
16+ rev : v0.9.3
1717 hooks :
1818 - id : ruff
1919 name : ruff lint
3636 files : ^manim/
3737
3838 - repo : https://github.com/codespell-project/codespell
39- rev : v2.3 .0
39+ rev : v2.4 .0
4040 hooks :
4141 - id : codespell
4242 files : ^.*\.(py|md|rst)$
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ def _table_to_mob_table(
254254 self ,
255255 table : Iterable [Iterable [float | str | VMobject ]],
256256 ) -> list :
257- """Initilaizes the entries of ``table`` as :class:`~.VMobject`.
257+ """Initializes the entries of ``table`` as :class:`~.VMobject`.
258258
259259 Parameters
260260 ----------
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def test_closed_path_does_not_have_extra_point():
139139def test_close_command_closes_last_move_not_the_starting_one ():
140140 # This A.svg is the output of a Text("A") in some systems
141141 # 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
143143 # which should close the inner triangle and not the outer boundary.
144144 svg = SVGMobject (
145145 get_svg_resource ("A.svg" ),
You can’t perform that action at this time.
0 commit comments