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

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

pydantic/_internal/_repr.py

[error] unsupported-operator - Operator `|` is unsupported between objects of type `<class 'str'>` and `None`
[error] unsupported-operator - Operator `|` is unsupported between objects of type `<special-form 'typing.Any'>` and `<class 'tuple[Any]'>`

pydantic/_internal/_utils.py

[error] unsupported-operator - Operator `|` is unsupported between objects of type `<class 'Mapping[int, Any]'>` and `<class 'Mapping[str, Any]'>`
[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

[error] unsupported-operator - Operator `|` is unsupported between objects of type `Literal["DataArray"]` and `<class 'Dataset'>`