manim/tests
pre-commit-ci[bot] 1aee37bfb5
[pre-commit.ci] pre-commit autoupdate (#3332)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2)
- [github.com/asottile/pyupgrade: v3.10.1 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.10.1...v3.15.2)
- [github.com/psf/black: 23.7.0 → 24.4.0](https://github.com/psf/black/compare/23.7.0...24.4.0)
- [github.com/asottile/blacken-docs: 1.15.0 → 1.16.0](https://github.com/asottile/blacken-docs/compare/1.15.0...1.16.0)
- [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](https://github.com/PyCQA/flake8/compare/6.1.0...7.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.1...v1.9.0)
- [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* make smoothererstep readable again, avoid overlong line

* zoom_value more readable

* fix blacken-docs touching .github

* fix codespell setup, remove unnecessary file, fix some typos

* flake8: ignore E704, triggered by overload

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update docs/source/tutorials/quickstart.rst

* more flake fixes

* try to make blacken-docs happy

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2024-04-24 13:11:03 +02:00
..
control_data Refactor TexTemplate (#3520) 2024-01-15 18:39:03 +00:00
helpers [pre-commit.ci] pre-commit autoupdate (#3332) 2024-04-24 13:11:03 +02:00
interface feat(cli): optionally hide version splash (#3329) 2023-12-10 22:47:11 +00:00
miscellaneous Update dependency constraints, fix deprecation warnings (#3376) 2023-12-06 14:44:13 +01:00
module [pre-commit.ci] pre-commit autoupdate (#3332) 2024-04-24 13:11:03 +02:00
opengl Refactor TexTemplate (#3520) 2024-01-15 18:39:03 +00:00
test_graphical_units Fix successive calls of :meth:.LinearTransformationScene.apply_matrix (#3675) 2024-04-14 13:22:36 +00:00
test_logging Attempted fix for windows cp1252 encoding failure (#3687) 2024-04-11 23:56:59 +02:00
test_plugins Remove support for dynamic plugin imports (#3524) 2024-02-15 08:17:13 -08:00
test_scene_rendering Added support for Manim type aliases in Sphinx docs + Added new TypeAliases (#3484) 2023-12-29 19:04:31 +01:00
utils Removed unused `GraphicalUnitTester` (#3054) 2022-11-30 22:10:13 +01:00
__init__.py CI: Add support for using Opengl in Subprocess (Windows) (#1987) 2021-08-31 13:16:20 +01:00
assert_utils.py Migrate more os.path to pathlib in tests (#2991) 2022-10-26 19:51:38 +02:00
conftest.py Migrate more os.path to pathlib in tests (#2991) 2022-10-26 19:51:38 +02:00
standard_config.cfg Add OpenGLMobject tests (#2080) 2021-09-28 07:47:06 +08:00
template_generate_graphical_units_data.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_camera.py Allow using :meth:.MovingCamera.auto_zoom without animation (#2693) 2022-04-22 23:07:52 +02:00
test_code_mobject.py Fix Code mobject wrong indentation (#2725) 2022-05-23 21:05:54 +00:00
test_config.py [pre-commit.ci] pre-commit autoupdate (#3332) 2024-04-24 13:11:03 +02:00
test_ipython_magic.py Migrate more os.path to pathlib in tests (#2991) 2022-10-26 19:51:38 +02:00
test_linear_transformation_scene.py Allow accessing ghost vectors in :class:.LinearTransformationScene (#3435) 2023-11-19 09:20:59 +01:00