Skip to content

Commit bd76fbd

Browse files
chore(deps): pre-commit autoupdate (#486)
* chore(deps): pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.8.2](astral-sh/ruff-pre-commit@v0.7.1...v0.8.2) * chore(fmt): auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5b02691 commit bd76fbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
exclude: poetry.lock
2222
args: [--autofix, --trailing-commas]
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.7.1
24+
rev: v0.8.2
2525
hooks:
2626
- id: ruff
2727
args: [--fix]

manim_slides/slide/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__all__ = [
2+
"API_NAME",
23
"MANIM",
34
"MANIMGL",
4-
"API_NAME",
55
"Slide",
66
"ThreeDSlide",
77
]

0 commit comments

Comments
 (0)