mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Use Ruff pygrep rules (#3923)
* Add config for ruff pygrep * Fix pygrep linting errors
This commit is contained in:
parent
2536b7fafb
commit
74f79a42b6
9 changed files with 13 additions and 21 deletions
|
|
@ -2,7 +2,7 @@ from pathlib import Path
|
|||
|
||||
import manim.utils.opengl as opengl
|
||||
from manim import *
|
||||
from manim.opengl import * # type: ignore
|
||||
from manim.opengl import *
|
||||
|
||||
# Copied from https://3b1b.github.io/manim/getting_started/example_scenes.html#surfaceexample.
|
||||
# Lines that do not yet work with the Community Version are commented.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue