Skip to content

Commit 5970c67

Browse files
committed
Stop ignoring manim._config erros in mypy.ini
1 parent af65308 commit 5970c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ warn_return_any = True
4949
# disable_recursive_aliases = True
5050

5151
[mypy-manim._config.*]
52-
ignore_errors = True
52+
ignore_errors = False
5353
disable_error_code = return-value
5454

5555
[mypy-manim.animation.*]

0 commit comments

Comments
 (0)