You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/mypy.bash
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,16 @@ IFS=$'\n\t'
7
7
8
8
image_name="$(basename "$0"):latest"
9
9
10
-
# FIXME: current version of mypy is pinned to 0.910 because 0.920 fails with pydantic plugin
11
-
10
+
# NOTE: latest pydantic version (1.10.0) creates a invalid issue in mypy.
11
+
# using mypy 0.971 (compiled: yes)
12
+
# simcore_service_dynamic_sidecar/models/shared_store.py:12:47: error: Incompatible types in assignment (expression has type "List[_T]", variable has type "List[str]")
0 commit comments