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: mypy-baseline.txt
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,6 @@ src/rez/utils/platform_.py:0: error: Module has no attribute "windll" [attr-def
46
46
src/rez/utils/platform_.py:0: error: Module has no attribute "WinError" [attr-defined]
47
47
src/rez/utils/platform_.py:0: error: Incompatible types in assignment (expression has type "None", variable has type "Platform") [assignment]
48
48
src/rez/utils/filesystem.py:0: error: Module has no attribute "WindowsError" [attr-defined]
49
-
src/rez/utils/filesystem.py:0: error: Argument 1 to "extend" of "list" has incompatible type "tuple[Any, Any, str]"; expected "Iterable[tuple[Any, Any, str]]" [arg-type]
50
49
src/rez/utils/filesystem.py:0: error: Name "unicode" is not defined [name-defined]
51
50
src/rez/utils/filesystem.py:0: error: Name "unicode" is not defined [name-defined]
52
51
src/rez/utils/filesystem.py:0: error: Name "xrange" is not defined [name-defined]
src/rez/package_order.py:0: error: Argument 1 to "sort_key" of "PackageOrder" has incompatible type "str | None"; expected "str" [arg-type]
116
115
src/rez/package_filter.py:0: error: "type[property]" has no attribute "uncache" [attr-defined]
117
116
src/rez/package_filter.py:0: error: Too many arguments for "RegexRuleBase" [call-arg]
118
-
src/rez/package_cache.py:0: error: Module has no attribute "CREATE_NEW_PROCESS_GROUP" [attr-defined]
119
117
src/rez/resolver.py:0: error: Argument 1 to "get_variant_state_handle" of "PackageRepository" has incompatible type "Resource"; expected "PackageResource" [arg-type]
120
118
src/rez/resolver.py:0: error: Argument 1 to "get_variant_state_handle" of "PackageRepository" has incompatible type "Resource"; expected "PackageResource" [arg-type]
119
+
src/rez/package_cache.py:0: error: Module has no attribute "CREATE_NEW_PROCESS_GROUP" [attr-defined]
121
120
src/rez/resolved_context.py:0: error: Incompatible return value type (got "_Wrapped[[VarArg(Any), KwArg(Any)], Any, [Any, VarArg(Any), KwArg(Any)], Any]", expected "CallableT") [return-value]
121
+
src/rez/resolved_context.py:0: error: Argument "verbosity" to "Resolver" has incompatible type "int"; expected "bool" [arg-type]
122
122
src/rez/resolved_context.py:0: error: Item "None" of "list[Variant] | None" has no attribute "__iter__" (not iterable) [union-attr]
123
123
src/rez/resolved_context.py:0: error: Argument 1 to "get_equivalent_variant" of "PackageRepository" has incompatible type "Resource | Any"; expected "VariantResource" [arg-type]
124
124
src/rez/resolved_context.py:0: error: Item "None" of "list[Variant] | None" has no attribute "__iter__" (not iterable) [union-attr]
src/rez/suite.py:0: error: Argument 1 to "append" of "list" has incompatible type "Callable[[Any], Any]"; expected "None" [arg-type]
145
145
src/rez/suite.py:0: error: Argument 1 to "append" of "list" has incompatible type "Callable[[Any], Any]"; expected "None" [arg-type]
146
146
src/rezplugins/shell/cmd.py:0: error: Signature of "spawn_shell" incompatible with supertype "Shell" [override]
147
+
src/rezplugins/shell/cmd.py:0: error: "setenv" of "CMD" does not return a value (it only ever returns None) [func-returns-value]
147
148
src/rezplugins/shell/_utils/powershell_base.py:0: error: Signature of "spawn_shell" incompatible with supertype "Shell" [override]
149
+
src/rezplugins/shell/_utils/powershell_base.py:0: error: "setenv" of "PowerShellBase" does not return a value (it only ever returns None) [func-returns-value]
148
150
src/rezplugins/package_repository/filesystem.py:0: error: Argument 1 to "join" has incompatible type "str | None"; expected "str" [arg-type]
149
151
src/rezplugins/package_repository/filesystem.py:0: error: Argument 2 to "join" has incompatible type "str | None"; expected "str" [arg-type]
150
152
src/rezplugins/package_repository/filesystem.py:0: error: "PackageRepository" has no attribute "_get_file" [attr-defined]
0 commit comments