Skip to content

Commit 160bff3

Browse files
committed
...
1 parent b2da684 commit 160bff3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mypy.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ warn_return_any = True
5252
#
5353
# disable_recursive_aliases = True
5454

55+
[mypy-manim._config.utils]
56+
ignore_errors = True
57+
58+
[mypy-manim.animation.animation]
59+
ignore_errors = True
60+
5561
[mypy-manim.animation.creation]
5662
ignore_errors = True
5763

0 commit comments

Comments
 (0)