File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ warn_return_any = True
48
48
#
49
49
# disable_recursive_aliases = True
50
50
51
+ [mypy-manim._config.utils]
52
+ ignore_errors = True
53
+
51
54
[mypy-manim.animation.animation]
52
55
ignore_errors = True
53
56
@@ -96,9 +99,6 @@ ignore_errors = True
96
99
[mypy-manim.camera.three_d_camera]
97
100
ignore_errors = True
98
101
99
- [mypy-manim._config.utils]
100
- ignore_errors = True
101
-
102
102
[mypy-manim.gui.gui]
103
103
ignore_errors = True
104
104
@@ -230,12 +230,6 @@ ignore_errors = True
230
230
231
231
232
232
233
-
234
- # ---------------- We can't properly type this ------------------------
235
-
236
- [mypy-manim.grpc.*]
237
- ignore_errors = True
238
-
239
233
# ---------------- Stubless imported Modules --------------------------
240
234
241
235
# We should be able to create stubs for this or type hint it
You can’t perform that action at this time.
0 commit comments