Summary

Comparing branches/commits:
Old: main (merge base) 2c0c5ff4
New: 21646/merge 0e0cf1fc
Lint Rule Removed Added Changed
Total 4 5 2
override-of-final-method 0 4 0
unused-ignore-comment 4 0 0
invalid-argument-type 0 0 2
unsupported-base 0 1 0

arviz (https://github.com/arviz-devs/arviz)

arviz/stats/stats_utils.py

[error] override-of-final-method - :506:9 - Cannot override final member `copy` from superclass `NDFrame`

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

beartype/claw/_package/clawpkgtrie.py

[warning] unsupported-base - :66:29 - Unsupported class base with type `<class 'dict[str, PackagesTrieBlacklist]'> | <class 'dict[str, Divergent]'>`

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

homeassistant/components/group/valve.py

[warning] unused-ignore-comment - :162:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :182:56 - Unused blanket `type: ignore` directive

homeassistant/components/zha/device_tracker.py

[error] override-of-final-method - :65:9 - Cannot override final member `device_info` from superclass `ScannerEntity`

dd-trace-py (https://github.com/DataDog/dd-trace-py)

ddtrace/appsec/_handlers.py

[error] invalid-argument-type - :404 -
Old: Argument to bound method `add_configurations` is incorrect: Expected `list[tuple[str, str, str]]`, found `list[tuple[str, str, str] | tuple[str, int, Unknown]] & list[Unknown | tuple[str, int, Unknown]]`
New: Argument to bound method `add_configurations` is incorrect: Expected `list[tuple[str, str, str]]`, found `list[Unknown | tuple[str, int, Unknown]] & list[tuple[str, str, str] | tuple[str, int, Unknown]]`

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

tests/type/test_definition.py

[error] invalid-argument-type - :163 -
Old: Argument to function `parse_literal` is incorrect: Expected `ValueNode`, found `dict[Unknown | str, Unknown | str] & dict[str, Any]`
New: Argument to function `parse_literal` is incorrect: Expected `ValueNode`, found `dict[str, Any] & dict[Unknown | str, Unknown | str]`

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

pandas/core/indexes/multi.py

[warning] unused-ignore-comment - :1757:31 - Unused blanket `type: ignore` directive

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

pandas-stubs/core/groupby/generic.pyi

[error] override-of-final-method - :208:9 - Cannot override final member `__iter__` from superclass `BaseGroupBy`
[error] override-of-final-method - :456:9 - Cannot override final member `__iter__` from superclass `BaseGroupBy`

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/builders/gettext.py

[warning] unused-ignore-comment - :286:17 - Unused blanket `type: ignore` directive