From 1fd93b02f009d6b8a102f4fbcf88a8245f6d2113 Mon Sep 17 00:00:00 2001 From: free4u Date: Thu, 19 Dec 2024 18:34:50 -0800 Subject: [PATCH 1/2] my first commit --- manim/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/manim/__main__.py b/manim/__main__.py index 572053bf08..b405c7db05 100644 --- a/manim/__main__.py +++ b/manim/__main__.py @@ -13,6 +13,7 @@ from manim.cli.render.commands import render from manim.constants import EPILOG +# lucas was here def show_splash(ctx: click.Context, param: click.Option, value: str | None) -> None: """When giving a value by console, show an initial message with the Manim From 95dc373472ae9a27e78f5b45c3dc1bb07315668f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 02:54:02 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- manim/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/manim/__main__.py b/manim/__main__.py index b405c7db05..170ec8f226 100644 --- a/manim/__main__.py +++ b/manim/__main__.py @@ -15,6 +15,7 @@ # lucas was here + def show_splash(ctx: click.Context, param: click.Option, value: str | None) -> None: """When giving a value by console, show an initial message with the Manim version before executing any other command: ``Manim Community vA.B.C``.