Summary

Comparing branches/commits:
Old: main (merge base) bbd3856d
New: 20796/merge 317505d4
Lint Rule Removed Added Changed
Total 4 350 27
possibly-missing-attribute 0 189 1
invalid-argument-type 0 76 20
unsupported-operator 0 24 1
non-subscriptable 0 16 0
invalid-assignment 2 9 4
missing-typed-dict-key 0 10 0
invalid-return-type 0 7 1
call-non-callable 0 6 0
no-matching-overload 0 5 0
possibly-missing-implicit-call 0 4 0
unresolved-attribute 0 3 0
unused-ignore-comment 2 0 0
not-iterable 0 1 0

aioredis (https://github.com/aio-libs/aioredis)

aioredis/client.py

[error] invalid-argument-type - :916:46 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Unknown | str | int | None | float`
New: Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Any | str | int | None | float`
[error] invalid-argument-type - :916:46 -
Old: Argument to bound method `__init__` is incorrect: Expected `type[Connection]`, found `Unknown | str | int | None | float`
New: Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Any | str | int | None | float`
[error] invalid-argument-type - :916:46 - Argument to bound method `__init__` is incorrect: Expected `type[Connection]`, found `Any | str | int | None | float`

bandersnatch (https://github.com/pypa/bandersnatch)

src/bandersnatch_storage_plugins/swift.py

[warning] possibly-missing-attribute - :635:21 - Attribute `get_container` on type `Unknown | None` may be missing

cki-lib (https://gitlab.com/cki-project/cki-lib)

cki_lib/gitlab.py

[warning] possibly-missing-implicit-call - :114:13 - Method `__setitem__` of type `dict[str, Any] | None | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-implicit-call - :115:13 - Method `__setitem__` of type `dict[str, Any] | None | dict[Unknown, Unknown]` may be missing
[error] non-subscriptable - :117:20 - Cannot subscript object of type `None` with no `__getitem__` method

cki_lib/inttests/cluster.py

[error] unsupported-operator - :242:17 - Operator `+=` is unsupported between objects of type `None` and `list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]]`

colour (https://github.com/colour-science/colour)

colour/colorimetry/lefs.py

[error] non-subscriptable - :116:22 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :116:53 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :577:14 - Attribute `shape` on type `SpectralDistribution | None | Any` may be missing
[warning] possibly-missing-attribute - :577:40 - Attribute `shape` on type `SpectralDistribution | None | Any` may be missing
[warning] possibly-missing-attribute - :578:14 - Attribute `shape` on type `SpectralDistribution | None | Any` may be missing
[warning] possibly-missing-attribute - :578:38 - Attribute `shape` on type `SpectralDistribution | None | Any` may be missing
[warning] possibly-missing-attribute - :579:14 - Attribute `shape` on type `SpectralDistribution | None | Any` may be missing
[warning] possibly-missing-attribute - :579:43 - Attribute `shape` on type `SpectralDistribution | None | Any` may be missing

colour/colorimetry/photometry.py

[error] invalid-argument-type - :77:9 - Argument to function `reshape_sd` is incorrect: Argument type `SpectralDistribution | None | Any` does not satisfy upper bound `SpectralDistribution` of type variable `TypeSpectralDistribution`
[error] invalid-argument-type - :128:9 - Argument to function `reshape_sd` is incorrect: Argument type `SpectralDistribution | None | Any` does not satisfy upper bound `SpectralDistribution` of type variable `TypeSpectralDistribution`

colour/colorimetry/tristimulus_values.py

[warning] possibly-missing-attribute - :194:57 - Attribute `shape` on type `MultiSpectralDistributions | None | Any` may be missing
[warning] possibly-missing-attribute - :197:8 - Attribute `shape` on type `SpectralDistribution | None | Any` may be missing
[warning] possibly-missing-attribute - :197:28 - Attribute `shape` on type `MultiSpectralDistributions | None | Any` may be missing
[warning] possibly-missing-attribute - :199:26 - Attribute `name` on type `SpectralDistribution | None | Any` may be missing
[warning] possibly-missing-attribute - :199:66 - Attribute `name` on type `MultiSpectralDistributions | None | Any` may be missing
[error] invalid-argument-type - :203:33 - Argument to function `reshape_sd` is incorrect: Argument type `SpectralDistribution | None | Any` does not satisfy upper bound `SpectralDistribution` of type variable `TypeSpectralDistribution`
[warning] possibly-missing-attribute - :203:45 - Attribute `shape` on type `MultiSpectralDistributions | None | Any` may be missing
[error] invalid-return-type - :205:12 - Return type does not match returned value: expected `tuple[MultiSpectralDistributions, SpectralDistribution]`, found `tuple[MultiSpectralDistributions | None | Any, SpectralDistribution | None | Any]`

colour/models/jzazbz.py

[warning] possibly-missing-attribute - :248:15 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :248:38 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :249:15 - Attribute `g` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :249:38 - Attribute `g` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :262:27 - Attribute `d_0` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :350:27 - Attribute `d_0` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :358:25 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :358:55 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :359:25 - Attribute `g` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :359:53 - Attribute `g` on type `Structure | None` may be missing

colour/models/rgb/transfer_functions/aces.py

[error] non-subscriptable - :182:14 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :183:14 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :184:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :185:22 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :186:22 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :268:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :269:22 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :270:22 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :443:20 - Attribute `X_BRK` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :444:9 - Attribute `A` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :444:33 - Attribute `B` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :500:19 - Attribute `Y_BRK` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :502:20 - Attribute `B` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :502:35 - Attribute `A` on type `Structure | None` may be missing

colour/models/rgb/transfer_functions/apple_log_profile.py

[warning] possibly-missing-attribute - :110:11 - Attribute `R_0` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :111:11 - Attribute `R_t` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :112:13 - Attribute `sigma` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :113:12 - Attribute `beta` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :114:13 - Attribute `gamma` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :115:13 - Attribute `delta` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :184:11 - Attribute `R_0` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :185:11 - Attribute `R_t` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :186:13 - Attribute `sigma` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :187:12 - Attribute `beta` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :188:13 - Attribute `gamma` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :189:13 - Attribute `delta` on type `Structure | None` may be missing

colour/models/rgb/transfer_functions/arib_std_b67.py

[warning] possibly-missing-attribute - :114:9 - Attribute `a` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :115:9 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :116:9 - Attribute `c` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :179:9 - Attribute `a` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :180:9 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :181:9 - Attribute `c` on type `Structure | None` may be missing

colour/models/rgb/transfer_functions/arri.py

[warning] possibly-missing-attribute - :755:9 - Attribute `a` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :756:9 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :757:9 - Attribute `c` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :758:9 - Attribute `s` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :759:9 - Attribute `t` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :817:9 - Attribute `a` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :818:9 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :819:9 - Attribute `c` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :820:9 - Attribute `s` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :821:9 - Attribute `t` on type `Structure | None` may be missing

colour/models/rgb/transfer_functions/blackmagic_design.py

[warning] possibly-missing-attribute - :99:9 - Attribute `A` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :100:9 - Attribute `B` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :101:9 - Attribute `C` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :102:9 - Attribute `D` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :103:9 - Attribute `E` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :104:15 - Attribute `LIN_CUT` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :163:9 - Attribute `A` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :164:9 - Attribute `B` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :165:9 - Attribute `C` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :166:9 - Attribute `D` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :167:9 - Attribute `E` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :168:15 - Attribute `LIN_CUT` on type `Structure | None` may be missing

colour/models/rgb/transfer_functions/davinci_intermediate.py

[warning] possibly-missing-attribute - :100:18 - Attribute `DI_LIN_CUT` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :101:12 - Attribute `DI_A` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :102:12 - Attribute `DI_B` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :103:12 - Attribute `DI_C` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :104:12 - Attribute `DI_M` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :163:18 - Attribute `DI_LOG_CUT` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :164:12 - Attribute `DI_A` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :165:12 - Attribute `DI_B` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :166:12 - Attribute `DI_C` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :167:12 - Attribute `DI_M` on type `Structure | None` may be missing

colour/models/rgb/transfer_functions/dicom_gsdf.py

[warning] possibly-missing-attribute - :136:9 - Attribute `A` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :137:9 - Attribute `B` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :138:9 - Attribute `C` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :139:9 - Attribute `D` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :140:9 - Attribute `E` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :141:9 - Attribute `F` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :142:9 - Attribute `G` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :143:9 - Attribute `H` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :144:9 - Attribute `I` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :220:9 - Attribute `a` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :221:9 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :222:9 - Attribute `c` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :223:9 - Attribute `d` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :224:9 - Attribute `e` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :225:9 - Attribute `f` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :226:9 - Attribute `g` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :227:9 - Attribute `h` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :228:9 - Attribute `k` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :229:9 - Attribute `m` on type `Structure | None` may be missing

colour/models/rgb/transfer_functions/fujifilm_f_log.py

[warning] possibly-missing-attribute - :141:12 - Attribute `cut1` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :142:9 - Attribute `a` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :143:9 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :144:9 - Attribute `c` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :145:9 - Attribute `d` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :146:9 - Attribute `e` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :147:9 - Attribute `f` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :220:12 - Attribute `cut2` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :221:9 - Attribute `a` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :222:9 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :223:9 - Attribute `c` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :224:9 - Attribute `d` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :225:9 - Attribute `e` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :226:9 - Attribute `f` on type `Structure | None` may be missing

colour/models/rgb/transfer_functions/itur_bt_2020.py

[warning] possibly-missing-attribute - :128:9 - Attribute `alpha` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :129:9 - Attribute `beta` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :189:9 - Attribute `alpha` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :190:9 - Attribute `beta` on type `Structure | None` may be missing

colour/models/rgb/transfer_functions/itur_bt_2100.py

[error] unsupported-operator - :591:42 - Operator `/` is unsupported between objects of type `Literal[1]` and `int | float | None`
[error] unsupported-operator - :1141:41 - Operator `-` is unsupported between objects of type `int | float | None` and `Literal[1]`
[error] unsupported-operator - :1142:41 - Operator `-` is unsupported between objects of type `int | float | None` and `Literal[1]`
[error] unsupported-operator - :1143:41 - Operator `-` is unsupported between objects of type `int | float | None` and `Literal[1]`
[error] unsupported-operator - :1228:41 - Operator `-` is unsupported between objects of type `int | float | None` and `Literal[1]`
[error] unsupported-operator - :1229:41 - Operator `-` is unsupported between objects of type `int | float | None` and `Literal[1]`
[error] unsupported-operator - :1230:41 - Operator `-` is unsupported between objects of type `int | float | None` and `Literal[1]`
[error] unsupported-operator - :1410:50 - Operator `-` is unsupported between objects of type `Literal[1]` and `int | float | None`
[error] unsupported-operator - :1512:42 - Operator `-` is unsupported between objects of type `Literal[1]` and `int | float | None`

colour/models/rgb/transfer_functions/leica_l_log.py

[warning] possibly-missing-attribute - :116:12 - Attribute `cut1` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :117:9 - Attribute `a` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :118:9 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :119:9 - Attribute `c` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :120:9 - Attribute `d` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :121:9 - Attribute `e` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :122:9 - Attribute `f` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :194:12 - Attribute `cut2` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :195:9 - Attribute `a` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :196:9 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :197:9 - Attribute `c` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :198:9 - Attribute `d` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :199:9 - Attribute `e` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :200:9 - Attribute `f` on type `Structure | None` may be missing

colour/models/rgb/transfer_functions/nikon_n_log.py

[warning] possibly-missing-attribute - :116:12 - Attribute `cut1` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :117:9 - Attribute `a` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :118:9 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :119:9 - Attribute `c` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :120:9 - Attribute `d` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :193:12 - Attribute `cut2` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :194:9 - Attribute `a` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :195:9 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :196:9 - Attribute `c` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :197:9 - Attribute `d` on type `Structure | None` may be missing

colour/models/rgb/transfer_functions/panasonic_v_log.py

[warning] possibly-missing-attribute - :122:12 - Attribute `cut1` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :123:9 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :124:9 - Attribute `c` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :125:9 - Attribute `d` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :198:12 - Attribute `cut2` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :199:9 - Attribute `b` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :200:9 - Attribute `c` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :201:9 - Attribute `d` on type `Structure | None` may be missing

colour/models/rgb/transfer_functions/st_2084.py

[warning] possibly-missing-attribute - :129:11 - Attribute `c_1` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :130:11 - Attribute `c_2` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :131:11 - Attribute `c_3` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :132:11 - Attribute `m_1` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :133:11 - Attribute `m_2` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :207:11 - Attribute `c_1` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :208:11 - Attribute `c_2` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :209:11 - Attribute `c_3` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :210:11 - Attribute `m_1` on type `Structure | None` may be missing
[warning] possibly-missing-attribute - :211:11 - Attribute `m_2` on type `Structure | None` may be missing

colour/recovery/jiang2013.py

[error] invalid-argument-type - :284:45 - Argument to function `reshape_sd` is incorrect: Expected `SpectralShape`, found `SpectralShape | None`
[error] invalid-argument-type - :290:51 - Argument to function `reshape_msds` is incorrect: Expected `SpectralShape`, found `SpectralShape | None`
[warning] possibly-missing-attribute - :300:36 - Attribute `wavelengths` on type `SpectralShape | None` may be missing
[error] invalid-argument-type - :413:45 - Argument to function `reshape_sd` is incorrect: Expected `SpectralShape`, found `SpectralShape | None`
[error] invalid-argument-type - :419:51 - Argument to function `reshape_msds` is incorrect: Expected `SpectralShape`, found `SpectralShape | None`

colour/temperature/ohno2013.py

[error] invalid-argument-type - :218:39 - Argument to function `planckian_table` is incorrect: Expected `int | float`, found `int | float | None`
[error] invalid-argument-type - :218:46 - Argument to function `planckian_table` is incorrect: Expected `int | float`, found `int | float | None`
[error] invalid-argument-type - :218:51 - Argument to function `planckian_table` is incorrect: Expected `int | float`, found `int | float | None`

colour/characterisation/aces_it.py

[warning] possibly-missing-attribute - :239:8 - Attribute `shape` on type `SpectralDistribution | None | Any` may be missing
[error] invalid-argument-type - :240:33 - Argument to function `reshape_sd` is incorrect: Argument type `SpectralDistribution | None | Any` does not satisfy upper bound `SpectralDistribution` of type variable `TypeSpectralDistribution`
[warning] possibly-missing-attribute - :243:11 - Attribute `values` on type `SpectralDistribution | None | Any` may be missing
[warning] possibly-missing-attribute - :273:17 - Attribute `name` on type `SpectralDistribution | None | Any` may be missing
[warning] possibly-missing-attribute - :1114:8 - Attribute `shape` on type `MultiSpectralDistributions | None` may be missing
[warning] possibly-missing-attribute - :1116:26 - Attribute `name` on type `MultiSpectralDistributions | None` may be missing
[error] invalid-argument-type - :1118:38 - Argument to function `reshape_msds` is incorrect: Argument type `MultiSpectralDistributions | None` does not satisfy upper bound `MultiSpectralDistributions` of type variable `TypeMultiSpectralDistributions`
[error] invalid-argument-type - :1122:43 - Argument to function `training_data_sds_to_RGB` is incorrect: Expected `MultiSpectralDistributions`, found `MultiSpectralDistributions | None | Unknown`
[error] invalid-argument-type - :1125:9 - Argument to function `training_data_sds_to_XYZ` is incorrect: Expected `MultiSpectralDistributions`, found `MultiSpectralDistributions | None | Unknown`

colour/colorimetry/spectrum.py

[error] call-non-callable - :540:13 - Object of type `None` is not callable
[error] call-non-callable - :541:13 - Object of type `None` is not callable
[error] call-non-callable - :542:13 - Object of type `None` is not callable

colour/plotting/colorimetry.py

[error] not-iterable - :1141:24 - Object of type `SpectralShape | None` may not be iterable
[warning] possibly-missing-attribute - :1157:15 - Attribute `interval` on type `SpectralShape | None` may be missing
[warning] possibly-missing-attribute - :1157:43 - Attribute `interval` on type `SpectralShape | None` may be missing

colour/plotting/common.py

[error] unsupported-operator - :1353:12 - Operator `%` is unsupported between objects of type `int` and `int | None`

colour/plotting/models.py

[error] no-matching-overload - :1979:9 - No overload of bound method `update` matches arguments
[error] invalid-argument-type - :442:9 -
Old: Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :442:9 -
Old: Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :442:9 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :442:9 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :442:9 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :442:9 -
Old: Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :442:9 -
Old: Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :442:9 -
Old: Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | float | str`
New: Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :442:9 - Argument to bound method `scatter` is incorrect: Expected `bool`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :442:9 - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :442:9 - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :442:9 - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :442:9 - Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :442:9 - Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `Unknown | int | float | str | None`
[error] invalid-argument-type - :442:9 - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `Unknown | int | float | str | None`

colour/plotting/section.py

[error] invalid-argument-type - :202:54 - Argument expression after ** must be a mapping type: Found `dict[Unknown, Unknown] | None`
[error] invalid-argument-type - :243:13 - Argument expression after ** must be a mapping type: Found `dict[Unknown, Unknown] | None`
[error] invalid-argument-type - :362:54 - Argument expression after ** must be a mapping type: Found `dict[Unknown, Unknown] | None`
[error] invalid-argument-type - :388:13 - Argument expression after ** must be a mapping type: Found `dict[Unknown, Unknown] | None`

colour/plotting/tm3018/report.py

[error] invalid-argument-type - :347:40 - Argument to bound method `text` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :358:40 - Argument to bound method `text` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :372:47 - Argument to bound method `text` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :383:47 - Argument to bound method `text` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :425:30 - Argument to bound method `text` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :527:36 - Argument expression after ** must be a mapping type: Found `dict[Unknown, Unknown] | None`
[error] invalid-argument-type - :622:36 - Argument expression after ** must be a mapping type: Found `dict[Unknown, Unknown] | None`
[error] invalid-argument-type - :706:36 - Argument expression after ** must be a mapping type: Found `dict[Unknown, Unknown] | None`

colour/plotting/volume.py

[error] no-matching-overload - :525:5 - No overload of bound method `update` matches arguments
[error] no-matching-overload - :600:9 - No overload of bound method `update` matches arguments
[error] no-matching-overload - :787:5 - No overload of bound method `update` matches arguments

colour/recovery/jakob2019.py

[error] invalid-argument-type - :678:36 - Argument expression after ** must be a mapping type: Found `dict[Unknown, Unknown] | None`

colour/recovery/otsu2018.py

[error] non-subscriptable - :1597:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1597:53 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1601:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1601:54 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1602:17 - Cannot subscript object of type `None` with no `__getitem__` method

colour/utilities/array.py

[error] call-non-callable - :646:12 - Object of type `None` is not callable
[error] call-non-callable - :708:12 - Object of type `None` is not callable

core (https://github.com/home-assistant/core)

homeassistant/scripts/check_config.py

[warning] possibly-missing-attribute - :227:20 - Attribute `errors` on type `Any | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-attribute - :233:20 - Attribute `warnings` on type `Any | dict[Unknown, Unknown]` may be missing

discord.py (https://github.com/Rapptz/discord.py)

discord/file.py

[warning] unused-ignore-comment - :114:70 - Unused blanket `type: ignore` directive

freqtrade (https://github.com/freqtrade/freqtrade)

freqtrade/freqtradebot.py

[error] missing-typed-dict-key - :2417:19 - Missing required key 'active' in TypedDict `RPCProtectionMsg` constructor
[error] missing-typed-dict-key - :2417:19 - Missing required key 'id' in TypedDict `RPCProtectionMsg` constructor
[error] missing-typed-dict-key - :2417:19 - Missing required key 'lock_end_time' in TypedDict `RPCProtectionMsg` constructor
[error] missing-typed-dict-key - :2417:19 - Missing required key 'lock_end_timestamp' in TypedDict `RPCProtectionMsg` constructor
[error] missing-typed-dict-key - :2417:19 - Missing required key 'lock_time' in TypedDict `RPCProtectionMsg` constructor
[error] missing-typed-dict-key - :2417:19 - Missing required key 'lock_timestamp' in TypedDict `RPCProtectionMsg` constructor
[error] missing-typed-dict-key - :2417:19 - Missing required key 'pair' in TypedDict `RPCProtectionMsg` constructor
[error] missing-typed-dict-key - :2417:19 - Missing required key 'reason' in TypedDict `RPCProtectionMsg` constructor
[error] missing-typed-dict-key - :2417:19 - Missing required key 'side' in TypedDict `RPCProtectionMsg` constructor

graphql-core (https://github.com/graphql-python/graphql-core)

src/graphql/utilities/sort_value_node.py

[error] unresolved-attribute - :22:41 - Type `ValueNode` has no attribute `fields`
[error] unresolved-attribute - :25:71 - Type `ValueNode` has no attribute `values`

hydpy (https://github.com/hydpy-dev/hydpy)

hydpy/core/sequencetools.py

[error] call-non-callable - :685:16 - Object of type `None` is not callable

ibis (https://github.com/ibis-project/ibis)

ibis/backends/bigquery/__init__.py

[warning] possibly-missing-attribute - :1316:53 - Attribute `query_parameters` on type `Unknown | None` may be missing
[error] invalid-assignment - :1323:5 - Object of type `list[Unknown]` is not assignable to attribute `query_parameters` on type `Unknown | None`

ibis/expr/types/relations.py

[warning] possibly-missing-attribute - :5170:63 - Attribute `type` on type `str | (Value & ~TimestampColumn)` may be missing

kornia (https://github.com/kornia/kornia)

kornia/core/mixin/onnx.py

[warning] possibly-missing-attribute - :144:9 - Attribute `extend` on type `list[tuple[str, str]] | None | list[Unknown]` may be missing

meson (https://github.com/mesonbuild/meson)

mesonbuild/cargo/cfg.py

[error] invalid-assignment - :111:9 - Object of type `_T@lookahead | None` is not assignable to `_T@lookahead`

mypy (https://github.com/python/mypy)

mypy/checkmember.py

[error] unresolved-attribute - :1456:35 - Type `ProperType` has no attribute `is_bound`
[error] invalid-argument-type - :1458:36 - Argument to function `bind_self_fast` is incorrect: Argument type `ProperType` does not satisfy upper bound `FunctionLike` of type variable `F`
[error] invalid-argument-type - :1460:31 - Argument to function `bind_self` is incorrect: Argument type `ProperType` does not satisfy upper bound `FunctionLike` of type variable `F`
[warning] possibly-missing-attribute - :1464:16 - Attribute `copy_modified` on type `ProperType | Unknown` may be missing
[warning] possibly-missing-attribute - :1464:61 - Attribute `variables` on type `ProperType | Unknown` may be missing

mypy_primer (https://github.com/hauntsaninja/mypy_primer)

mypy_primer/main.py

[error] invalid-argument-type - :71:87 -
Old: Argument to function `setup_mypy` is incorrect: Expected `bool`, found `Unknown | str | None | ... omitted 3 union elements`
New: Argument to function `setup_mypy` is incorrect: Expected `bool`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 -
Old: Argument to function `setup_mypy` is incorrect: Expected `bool`, found `Unknown | str | None | ... omitted 3 union elements`
New: Argument to function `setup_mypy` is incorrect: Expected `bool`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 -
Old: Argument to function `setup_mypy` is incorrect: Expected `int | None`, found `Unknown | str | None | ... omitted 3 union elements`
New: Argument to function `setup_mypy` is incorrect: Expected `bool`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 -
Old: Argument to function `setup_mypy` is incorrect: Expected `str | None`, found `Unknown | str | None | ... omitted 3 union elements`
New: Argument to function `setup_mypy` is incorrect: Expected `bool`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 -
Old: Argument to function `setup_pyrefly` is incorrect: Expected `Path | None`, found `Unknown | str | None | ... omitted 3 union elements`
New: Argument to function `setup_mypy` is incorrect: Expected `bool`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 -
Old: Argument to function `setup_pyrefly` is incorrect: Expected `RustBuildMode`, found `Unknown | str | None | ... omitted 3 union elements`
New: Argument to function `setup_mypy` is incorrect: Expected `bool`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 -
Old: Argument to function `setup_pyrefly` is incorrect: Expected `str | None`, found `Unknown | str | None | ... omitted 3 union elements`
New: Argument to function `setup_mypy` is incorrect: Expected `bool`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 -
Old: Argument to function `setup_pyright` is incorrect: Expected `str | None`, found `Unknown | str | None | ... omitted 3 union elements`
New: Argument to function `setup_mypy` is incorrect: Expected `bool`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 -
Old: Argument to function `setup_ty` is incorrect: Expected `RustBuildMode`, found `Unknown | str | None | ... omitted 3 union elements`
New: Argument to function `setup_mypy` is incorrect: Expected `bool`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 -
Old: Argument to function `setup_ty` is incorrect: Expected `str | None`, found `Unknown | str | None | ... omitted 3 union elements`
New: Argument to function `setup_mypy` is incorrect: Expected `bool`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 - Argument to function `setup_mypy` is incorrect: Expected `int | None`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 - Argument to function `setup_mypy` is incorrect: Expected `str | None`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 - Argument to function `setup_pyrefly` is incorrect: Expected `Path | None`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 - Argument to function `setup_pyrefly` is incorrect: Expected `RustBuildMode`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 - Argument to function `setup_pyrefly` is incorrect: Expected `str | None`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 - Argument to function `setup_pyright` is incorrect: Expected `str | None`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 - Argument to function `setup_ty` is incorrect: Expected `RustBuildMode`, found `Any | str | None | ... omitted 3 union elements`
[error] invalid-argument-type - :71:87 - Argument to function `setup_ty` is incorrect: Expected `str | None`, found `Any | str | None | ... omitted 3 union elements`

operator (https://github.com/canonical/operator)

ops/model.py

[error] invalid-argument-type - :4102:13 - Argument to bound method `from_dict` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :4102:47 - Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `str | None` on object of type `dict[str, Any]`

optuna (https://github.com/optuna/optuna)

tests/storages_tests/test_storages.py

[error] invalid-argument-type - :1155:45 - Argument to bound method `create_new_study` is incorrect: Expected `Sequence[StudyDirection]`, found `tuple[StudyDirection | None]`

pandas (https://github.com/pandas-dev/pandas)

pandas/io/sas/sas7bdat.py

[error] unsupported-operator - :658:42 - Operator `*` is unsupported between objects of type `Literal[8]` and `int | None | Unknown`
[error] invalid-argument-type - :662:16 - Argument to bound method `read` is incorrect: Expected `int`, found `int | None | Unknown`

poetry (https://github.com/python-poetry/poetry)

src/poetry/utils/env/virtual_env.py

[warning] possibly-missing-attribute - :129:17 - Attribute `pop` on type `dict[str, str] | None` may be missing
[warning] possibly-missing-attribute - :133:9 - Attribute `update` on type `dict[str, str] | None | dict[@Todo, @Todo]` may be missing
[warning] possibly-missing-implicit-call - :135:9 - Method `__setitem__` of type `dict[str, str] | None | dict[@Todo, @Todo]` may be missing
[warning] possibly-missing-implicit-call - :136:9 - Method `__setitem__` of type `dict[str, str] | None | dict[@Todo, @Todo]` may be missing
[error] invalid-return-type - :138:16 - Return type does not match returned value: expected `dict[str, str]`, found `dict[str, str] | None | dict[@Todo, @Todo]`

tests/puzzle/test_solver.py

[error] invalid-assignment - :614:9 - Object of type `list[Unknown | str]` is not assignable to `list[Literal["a", "b", "download-package", "install-package"]]`

prefect (https://github.com/PrefectHQ/prefect)

src/integrations/prefect-dbt/prefect_dbt/cli/commands.py

[error] unsupported-operator - :139:21 -
Old: Operator `+` is unsupported between objects of type `Path | str` and `Literal["/profiles.yml"]`
New: Operator `+` is unsupported between objects of type `Path | str | None` and `Literal["/profiles.yml"]`

src/integrations/prefect-docker/prefect_docker/images.py

[error] invalid-assignment - :64:5 -
Old: Object of type `dict[Unknown | str, Unknown | str | None | bool | dict[str, Any]]` is not assignable to `dict[str, dict[str, Any]]`
New: Object of type `dict[str, dict[str, Any] | str | None | bool]` is not assignable to `dict[str, dict[str, Any]]`

src/prefect/server/models/block_schemas.py

[warning] possibly-missing-attribute - :70:21 - Attribute `model_dump_for_orm` on type `BlockSchemaCreate | BlockSchema | BlockSchemaCreate | BlockSchema` may be missing

src/prefect/server/models/block_types.py

[warning] possibly-missing-attribute - :47:21 - Attribute `model_dump_for_orm` on type `BlockType | BlockType` may be missing
[warning] possibly-missing-attribute - :197:19 - Attribute `model_dump_for_orm` on type `BlockTypeUpdate | BlockType | BlockTypeUpdate | BlockType` may be missing

pyjwt (https://github.com/jpadilla/pyjwt)

jwt/api_jws.py

[error] missing-typed-dict-key - :215:30 - Missing required key 'verify_signature' in TypedDict `SigOptions` constructor

pyodide (https://github.com/pyodide/pyodide)

src/py/pyodide/console.py

[error] unsupported-operator - :675:49 - Unary operator `-` is unsupported for type `int | None`

pytest (https://github.com/pytest-dev/pytest)

src/_pytest/python.py

[error] invalid-assignment - :1442:13 - Object of type `dict[str, Literal["direct"]]` is not assignable to `dict[str, Literal["indirect", "direct"]]`

python-chess (https://github.com/niklasf/python-chess)

chess/pgn.py

[error] unsupported-operator - :570:25 - Operator `//` is unsupported between objects of type `int | float | None` and `Literal[3600]`
[error] unsupported-operator - :571:27 - Operator `%` is unsupported between objects of type `int | float | None` and `Literal[3600]`
[error] unsupported-operator - :572:23 - Operator `%` is unsupported between objects of type `int | float | None` and `Literal[3600]`
[error] unsupported-operator - :599:25 - Operator `//` is unsupported between objects of type `int | float | None` and `Literal[3600]`
[error] unsupported-operator - :600:27 - Operator `%` is unsupported between objects of type `int | float | None` and `Literal[3600]`
[error] unsupported-operator - :601:23 - Operator `%` is unsupported between objects of type `int | float | None` and `Literal[3600]`

rotki (https://github.com/rotki/rotki)

rotkehlchen/assets/resolver.py

[error] invalid-return-type - :55:16 - Return type does not match returned value: expected `AssetResolver`, found `AssetResolver | None`

rotkehlchen/chain/evm/decoding/decoder.py

[warning] unused-ignore-comment - :597:63 - Unused blanket `type: ignore` directive

rotkehlchen/globaldb/handler.py

[error] invalid-assignment - :145:9 - Object of type `Path` is not assignable to attribute `_data_directory` on type `GlobalDBHandler | None`
[error] invalid-assignment - :146:9 - Object of type `MessagesAggregator` is not assignable to attribute `msg_aggregator` on type `GlobalDBHandler | None`
[error] invalid-assignment - :156:9 - Object of type `DBConnection` is not assignable to attribute `conn` on type `GlobalDBHandler | None`
[error] invalid-assignment - :156:42 - Object of type `bool` is not assignable to attribute `used_backup` on type `GlobalDBHandler | None`
[error] invalid-assignment - :161:9 - Object of type `Unknown` is not assignable to attribute `packaged_db_lock` on type `GlobalDBHandler | None`
[warning] possibly-missing-attribute - :170:24 - Attribute `conn` on type `GlobalDBHandler | None` may be missing
[error] invalid-return-type - :172:16 - Return type does not match returned value: expected `GlobalDBHandler`, found `GlobalDBHandler | None`

rotkehlchen/history/price.py

[error] invalid-return-type - :112:16 - Return type does not match returned value: expected `PriceHistorian`, found `PriceHistorian | None`

rotkehlchen/inquirer.py

[error] invalid-assignment - :376:9 - Object of type `Path` is not assignable to attribute `_data_directory` on type `Inquirer | None`
[error] invalid-return-type - :426:16 - Return type does not match returned value: expected `Inquirer`, found `Inquirer | None`

schema_salad (https://github.com/common-workflow-language/schema_salad)

schema_salad/metaschema.py

[warning] possibly-missing-attribute - :1012:13 - Attribute `pop` on type `str | MutableMapping[str, Any] | MutableSequence[Any]` may be missing
[error] invalid-argument-type - :1012:21 - Argument to bound method `pop` is incorrect: Expected `int`, found `Literal["$namespaces"]`
[warning] possibly-missing-attribute - :1014:13 - Attribute `pop` on type `str | MutableMapping[str, Any] | MutableSequence[Any]` may be missing
[error] invalid-argument-type - :1014:21 - Argument to bound method `pop` is incorrect: Expected `int`, found `Literal["$schemas"]`
[warning] possibly-missing-attribute - :1016:13 - Attribute `pop` on type `str | MutableMapping[str, Any] | MutableSequence[Any]` may be missing
[error] invalid-argument-type - :1016:21 - Argument to bound method `pop` is incorrect: Expected `int`, found `Literal["$base"]`
[error] invalid-argument-type - :1020:29 - Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$graph"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :1020:29 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["$graph"]` on object of type `str`

schema_salad/python_codegen_support.py

[warning] possibly-missing-attribute - :1009:13 - Attribute `pop` on type `str | MutableMapping[str, Any] | MutableSequence[Any]` may be missing
[error] invalid-argument-type - :1009:21 - Argument to bound method `pop` is incorrect: Expected `int`, found `Literal["$namespaces"]`
[warning] possibly-missing-attribute - :1011:13 - Attribute `pop` on type `str | MutableMapping[str, Any] | MutableSequence[Any]` may be missing
[error] invalid-argument-type - :1011:21 - Argument to bound method `pop` is incorrect: Expected `int`, found `Literal["$schemas"]`
[warning] possibly-missing-attribute - :1013:13 - Attribute `pop` on type `str | MutableMapping[str, Any] | MutableSequence[Any]` may be missing
[error] invalid-argument-type - :1013:21 - Argument to bound method `pop` is incorrect: Expected `int`, found `Literal["$base"]`
[error] invalid-argument-type - :1017:29 - Method `__getitem__` of type `Overload[(index: int) -> Any, (index: slice[Any, Any, Any]) -> MutableSequence[Any]]` cannot be called with key of type `Literal["$graph"]` on object of type `MutableSequence[Any]`
[error] invalid-argument-type - :1017:29 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["$graph"]` on object of type `str`

scikit-build-core (https://github.com/scikit-build/scikit-build-core)

src/scikit_build_core/build/_wheelfile.py

[error] no-matching-overload - :51:22 - No overload of function `field` matches arguments

scipy (https://github.com/scipy/scipy)

scipy/stats/_entropy.py

[error] unsupported-operator - :336:17 - Operator `*` is unsupported between objects of type `Literal[2]` and `int | None`

scrapy (https://github.com/scrapy/scrapy)

scrapy/utils/iterators.py

[error] invalid-argument-type - :204:28 - Argument to function `len` is incorrect: Expected `Sized`, found `list[str] | None`
[error] invalid-argument-type - :211:38 - Argument to function `len` is incorrect: Expected `Sized`, found `list[str] | None`
[error] invalid-argument-type - :215:24 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[str] | None`

starlette (https://github.com/encode/starlette)

starlette/testclient.py

[warning] possibly-missing-attribute - :365:49 -
Old: Attribute `read` on type `Unknown | int | list[Unknown] | BytesIO` may be missing
New: Attribute `read` on type `Any | int | list[Unknown] | BytesIO` may be missing

streamlit (https://github.com/streamlit/streamlit)

lib/streamlit/config.py

[error] invalid-argument-type - :2645:47 - Argument to function `_update_config_with_sensitive_env_var` is incorrect: Expected `dict[str, Unknown]`, found `dict[str, Unknown] | None`
[error] invalid-return-type - :2670:16 - Return type does not match returned value: expected `dict[str, Unknown]`, found `dict[str, Unknown] | None`

sympy (https://github.com/sympy/sympy)

sympy/polys/series/ringpython.py

[error] unsupported-operator - :1200:12 - Operator `>` is not supported for types `int` and `None`, in comparing `int` with `Unknown | int | None`
[error] invalid-argument-type - :1201:43 - Argument to function `dup_truncate` is incorrect: Expected `int`, found `Unknown | int | None`
[error] unsupported-operator - :1468:12 - Operator `>` is not supported for types `int` and `None`, in comparing `int` with `Unknown | int | None`
[error] invalid-argument-type - :1469:43 - Argument to function `dup_truncate` is incorrect: Expected `int`, found `Unknown | int | None`

sympy/core/evalf.py

[error] invalid-assignment - :1410:5 -
Old: Object of type `dict[Unknown | <class 'Symbol'> | <class 'Dummy'> | ... omitted 31 union elements, Unknown | ((x: Expr, prec: int, options: dict[str, Any]) -> Any) | ((expr: Float, prec: int, options: dict[str, Any]) -> Any) | ... omitted 17 union elements]` is not assignable to `dict[type[Expr], (Expr, int, dict[str, Any], /) -> Any]`
New: Object of type `dict[type[Expr], ((Expr, int, dict[str, Any], /) -> Any) | (def evalf_float(expr: Float, prec: int, options: dict[str, Any]) -> Any) | (def evalf_rational(expr: Rational, prec: int, options: dict[str, Any]) -> Any) | ... omitted 17 union elements]` is not assignable to `dict[type[Expr], (Expr, int, dict[str, Any], /) -> Any]`

sympy/ntheory/residue_ntheory.py

[error] unsupported-operator - :543:13 - Operator `//` is unsupported between objects of type `SupportsIndex` and `Literal[2]`

trio (https://github.com/python-trio/trio)

src/trio/_core/_parking_lot.py

[error] invalid-argument-type - :200:24 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `int | float`

typeshed-stats (https://github.com/AlexWaygood/typeshed-stats)

src/typeshed_stats/gather.py

[warning] possibly-missing-attribute - :1254:12 - Attribute `exists` on type `Path | str | @Todo` may be missing
[warning] possibly-missing-attribute - :1259:12 - Attribute `is_file` on type `Path | str | @Todo` may be missing
[warning] possibly-missing-attribute - :1261:24 - Attribute `suffix` on type `Path | str | @Todo` may be missing

vision (https://github.com/pytorch/vision)

torchvision/models/detection/fcos.py

[error] invalid-argument-type - :770:28 - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`

torchvision/models/detection/ssd.py

[error] invalid-argument-type - :677:57 - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`

torchvision/models/detection/ssdlite.py

[error] invalid-argument-type - :323:9 - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - :324:53 - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`

torchvision/models/feature_extraction.py

[error] invalid-assignment - :520:5 - Object of type `dict[Unknown | str, Unknown | list[str] | dict[str, str] | None]` is not assignable to `dict[str, dict[str, str]]`

torchvision/models/segmentation/deeplabv3.py

[error] invalid-argument-type - :276:41 - Argument to function `_deeplabv3_resnet` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - :332:41 - Argument to function `_deeplabv3_resnet` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - :386:46 - Argument to function `_deeplabv3_mobilenetv3` is incorrect: Expected `int`, found `int | None`

torchvision/models/segmentation/fcn.py

[error] invalid-argument-type - :168:35 - Argument to function `_fcn_resnet` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - :227:35 - Argument to function `_fcn_resnet` is incorrect: Expected `int`, found `int | None`

torchvision/models/segmentation/lraspp.py

[error] invalid-argument-type - :173:43 - Argument to function `_lraspp_mobilenetv3` is incorrect: Expected `int`, found `int | None`

torchvision/transforms/functional.py

[error] invalid-assignment - :1205:9 -
Old: Object of type `list[Unknown | (list[int | float] & Number) | float]` is not assignable to `list[int | float]`
New: Object of type `list[int | float | (list[int | float] & Number)]` is not assignable to `list[int | float]`

torchvision/transforms/v2/functional/_geometry.py

[error] invalid-assignment - :649:9 -
Old: Object of type `list[Unknown | (list[int | float] & Number) | float]` is not assignable to `list[int | float]`
New: Object of type `list[int | float | (list[int | float] & Number)]` is not assignable to `list[int | float]`

xarray (https://github.com/pydata/xarray)

xarray/tests/test_variable.py

[warning] possibly-missing-attribute - :2802:34 - Attribute `dtype` on type `Any | datetime` may be missing

zulip (https://github.com/zulip/zulip)

analytics/views/stats.py

[error] unsupported-operator - :483:12 - Operator `>` is not supported for types `datetime` and `None`, in comparing `datetime | Unknown` with `datetime | None | @Todo`

zerver/openapi/python_examples.py

[error] invalid-return-type - :1338:12 -
Old: Return type does not match returned value: expected `tuple[int, str]`, found `tuple[Unknown, Unknown | str | list[Unknown | int]]`
New: Return type does not match returned value: expected `tuple[int, str]`, found `tuple[Unknown, Any | str | list[Unknown | int]]`