Skip to content

Commit 31df6d0

Browse files
[pre-commit.ci] pre-commit autoupdate (#3784)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](astral-sh/ruff-pre-commit@v0.4.4...v0.4.5) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) * Fix typo --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: JasonGrace2282 <[email protected]>
1 parent 90ae6ad commit 31df6d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- id: python-check-blanket-noqa
3636
name: Precision flake ignores
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.4.4
38+
rev: v0.4.5
3939
hooks:
4040
- id: ruff-format
4141
types: [python]
@@ -68,7 +68,7 @@ repos:
6868
files: ^manim/
6969

7070
- repo: https://github.com/codespell-project/codespell
71-
rev: v2.2.6
71+
rev: v2.3.0
7272
hooks:
7373
- id: codespell
7474
files: ^.*\.(py|md|rst)$

manim/scene/scene_file_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def init_output_directories(self, scene_name):
126126
self.output_name, config["movie_file_extension"]
127127
)
128128

129-
# TODO: /dev/null would be good in case sections_output_dir is used without bein set (doesn't work on Windows), everyone likes defensive programming, right?
129+
# TODO: /dev/null would be good in case sections_output_dir is used without being set (doesn't work on Windows), everyone likes defensive programming, right?
130130
self.sections_output_dir = Path("")
131131
if config.save_sections:
132132
self.sections_output_dir = guarantee_existence(

0 commit comments

Comments
 (0)