Skip to content

Commit a0bf353

Browse files
fmuenkelhenrikmidtiby
authored andcommitted
Stop ignoring manim._config erros in mypy.ini
1 parent 1713f28 commit a0bf353

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)