Ecosystem report
Old:
main (merge base)
b7561eda
→
New:
24394/merge
a3595a62
Lint Rule
Removed
Added
Changed
Total
5
0
0
unsupported-operator
5
0
0
Project
Removed
Added
Changed
Total
5
0
0
pydantic
4
0
0
xarray
1
0
0
prefect
flaky
0
0
0
scikit-build-core
flaky
0
0
0
All
Removed Only
Added Only
Changed Only
All Lint Types
unsupported-operator (-5 +0 ~0)
All Projects
pydantic (-4 +0 ~0)
xarray (-1 +0 ~0)
prefect (-0 +0 ~0)
scikit-build-core (-0 +0 ~0)
pydantic
(
https://github.com/pydantic/pydantic
)
pydantic/_internal/_repr.py
📋
:18:42
[error]
unsupported-operator - Operator `|` is unsupported between objects of type `<class 'str'>` and `None`
:19:42
[error]
unsupported-operator - Operator `|` is unsupported between objects of type `<special-form 'typing.Any'>` and `<class 'tuple[Any]'>`
pydantic/_internal/_utils.py
📋
:33:35
[error]
unsupported-operator - Operator `|` is unsupported between objects of type `<class 'Mapping[int, Any]'>` and `<class 'Mapping[str, Any]'>`
:34:36
[error]
unsupported-operator - Operator `|` is unsupported between objects of type `<class 'AbstractSet[int]'>` and `<class 'AbstractSet[str]'>`
xarray
(
https://github.com/pydata/xarray
)
xarray/core/dataarray.py
📋
:127:52
[error]
unsupported-operator - Operator `|` is unsupported between objects of type `Literal["DataArray"]` and `<class 'Dataset'>`