Skip to content

Commit 9887f5b

Browse files
committed
Minor adjustments to mypy.ini suggested by chopan50
1 parent 352a929 commit 9887f5b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

mypy.ini

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ warn_return_any = True
4848
#
4949
# disable_recursive_aliases = True
5050

51+
[mypy-manim._config.utils]
52+
ignore_errors = True
53+
5154
[mypy-manim.animation.animation]
5255
ignore_errors = True
5356

@@ -96,9 +99,6 @@ ignore_errors = True
9699
[mypy-manim.camera.three_d_camera]
97100
ignore_errors = True
98101

99-
[mypy-manim._config.utils]
100-
ignore_errors = True
101-
102102
[mypy-manim.gui.gui]
103103
ignore_errors = True
104104

@@ -230,12 +230,6 @@ ignore_errors = True
230230

231231

232232

233-
234-
# ---------------- We can't properly type this ------------------------
235-
236-
[mypy-manim.grpc.*]
237-
ignore_errors = True
238-
239233
# ---------------- Stubless imported Modules --------------------------
240234

241235
# We should be able to create stubs for this or type hint it

0 commit comments

Comments
 (0)