Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add type annotations to manim.utils.* #3999

Merged
merged 52 commits into from
Jan 2, 2025

Reverse points in manim.utils.rate_functions.running_start

6931d36
Select commit
Loading
Failed to load commit list.
Merged

Add type annotations to manim.utils.* #3999

Reverse points in manim.utils.rate_functions.running_start
6931d36
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 2, 2025 in 5s

9 new alerts

New alerts in code changed by this pull request

  • 9 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 84 in manim/utils/deprecation.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

Check notice on line 94 in manim/utils/deprecation.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

Check notice on line 28 in manim/utils/module_ops.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns Note

Mixing implicit and explicit returns may indicate an error as implicit returns always return None.

Check notice on line 145 in manim/utils/module_ops.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

Check notice on line 153 in manim/utils/module_ops.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

Check notice on line 161 in manim/utils/module_ops.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

Check notice on line 119 in manim/utils/rate_functions.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

Check notice on line 96 in manim/utils/simple_functions.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

Check notice on line 98 in manim/utils/simple_functions.py

See this annotation in the file changed.

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.