Use Ruff pygrep rules (#3923)

* Add config for ruff pygrep

* Fix pygrep linting errors
This commit is contained in:
Aarush Deshpande 2024-09-01 11:55:22 -04:00 committed by GitHub
commit 74f79a42b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 13 additions and 21 deletions

View file

@ -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.