We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b02691 commit bd76fbdCopy full SHA for bd76fbd
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
exclude: poetry.lock
22
args: [--autofix, --trailing-commas]
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.7.1
+ rev: v0.8.2
25
hooks:
26
- id: ruff
27
args: [--fix]
manim_slides/slide/__init__.py
@@ -1,7 +1,7 @@
1
__all__ = [
2
+ "API_NAME",
3
"MANIM",
4
"MANIMGL",
- "API_NAME",
5
"Slide",
6
"ThreeDSlide",
7
]
0 commit comments