Summary

Comparing branches/commits:
Old: main (merge base) a67e0690
New: 20888/merge c90bc146
Lint Rule Removed Added Changed
Total 73 9 1
invalid-argument-type 52 0 0
missing-argument 21 5 0
call-non-callable 0 2 0
unresolved-attribute 0 1 1
unused-ignore-comment 0 1 0

Tanjun (https://github.com/FasterSpeeding/Tanjun)

tanjun/commands/menu.py

[error] missing-argument - :608:19 - No arguments provided for required parameters `_name`, `_type`

tanjun/context/autocomplete.py

[error] missing-argument - :236:13 - No arguments provided for required parameters `_name`, `_value`

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

src/arti/internal/mappings.py

[error] missing-argument - :124:24 - No argument provided for required parameter `root`
[error] invalid-argument-type - :124:34 - Argument is incorrect: Expected `dict[str, Any] | None`, found `Literal["open"]`

tests/arti/types/test_types.py

[error] invalid-argument-type - :146:73 - Argument is incorrect: Expected `dict[str, Any] | None`, found `Unknown | tuple[str]`
[error] invalid-argument-type - :146:73 - Argument is incorrect: Expected `dict[str, Any] | None`, found `Unknown | tuple[str]`
[error] invalid-argument-type - :146:73 - Argument is incorrect: Expected `set[str]`, found `Unknown | tuple[str]`
[error] invalid-argument-type - :150:36 - Argument is incorrect: Expected `dict[str, Any] | None`, found `Unknown | tuple[str]`
[error] invalid-argument-type - :150:36 - Argument is incorrect: Expected `dict[str, Any] | None`, found `Unknown | tuple[str]`
[error] invalid-argument-type - :150:36 - Argument is incorrect: Expected `set[str]`, found `Unknown | tuple[str]`

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

tests/test_hooks.py

[error] missing-argument - :154:48 - No argument provided for required parameter `y`

tests/test_next_gen.py

[error] unresolved-attribute - :142:14 - Type `dataclasses.Field` has no attribute `validator`
[error] unresolved-attribute - :380:14 -
Old: Type `int` has no attribute `validator`
New: Type `dataclasses.Field` has no attribute `validator`

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

homeassistant/components/device_tracker/legacy.py

[error] missing-argument - :409:12 - No argument provided for required parameter `config`

homeassistant/helpers/entity_registry.py

[error] call-non-callable - :218:5 - Object of type `_MISSING_TYPE` is not callable
[error] call-non-callable - :443:5 - Object of type `_MISSING_TYPE` is not callable

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

src/prefect/client/schemas/responses.py

[error] missing-argument - :469:16 - No argument provided for required parameter `root`

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

[error] missing-argument - :950:35 - No argument provided for required parameter `root`

src/integrations/prefect-docker/tests/test_worker.py

[error] missing-argument - :1187:9 - No argument provided for required parameter `root`

src/integrations/prefect-kubernetes/tests/test_observer.py

[error] missing-argument - :78:42 - No argument provided for required parameter `root`
[error] missing-argument - :155:42 - No argument provided for required parameter `root`

src/integrations/prefect-redis/tests/test_messaging.py

[error] missing-argument - :452:30 - No argument provided for required parameter `root`

src/integrations/prefect-redis/tests/test_ordering.py

[error] missing-argument - :23:12 - No argument provided for required parameter `root`

src/prefect/cli/variable.py

[error] invalid-argument-type - :163:57 - Argument is incorrect: Expected `dict[str, Any] | None`, found `Unknown | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - :163:57 - Argument is incorrect: Expected `dict[str, Any] | None`, found `Unknown | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - :163:57 - Argument is incorrect: Expected `set[str]`, found `Unknown | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - :165:57 - Argument is incorrect: Expected `dict[str, Any] | None`, found `Unknown | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - :165:57 - Argument is incorrect: Expected `dict[str, Any] | None`, found `Unknown | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - :165:57 - Argument is incorrect: Expected `set[str]`, found `Unknown | str | int | ... omitted 5 union elements`

src/prefect/events/related.py

[error] missing-argument - :36:9 - No argument provided for required parameter `root`
[error] missing-argument - :51:12 - No argument provided for required parameter `root`

src/prefect/events/utilities.py

[error] invalid-argument-type - :96:27 - Argument is incorrect: Expected `dict[str, Any] | None`, found `Any | str | dict[str, str] | dict[str, Any] | None`
[error] invalid-argument-type - :96:27 - Argument is incorrect: Expected `dict[str, Any] | None`, found `Any | str | dict[str, str] | dict[str, Any] | None`
[error] invalid-argument-type - :96:27 - Argument is incorrect: Expected `set[str]`, found `Any | str | dict[str, str] | dict[str, Any] | None`

src/prefect/runner/runner.py

[error] missing-argument - :1052:17 - No argument provided for required parameter `root`
[error] missing-argument - :1068:26 - No argument provided for required parameter `root`
[error] missing-argument - :1101:17 - No argument provided for required parameter `root`
[error] missing-argument - :1110:13 - No argument provided for required parameter `root`
[error] missing-argument - :1126:26 - No argument provided for required parameter `root`

src/prefect/server/events/actions.py

[error] missing-argument - :143:20 - No argument provided for required parameter `root`
[error] missing-argument - :201:20 - No argument provided for required parameter `root`
[error] missing-argument - :217:30 - No argument provided for required parameter `root`
[error] missing-argument - :233:30 - No argument provided for required parameter `root`

src/prefect/server/events/schemas/automations.py

[error] missing-argument - :432:25 - No argument provided for required parameter `root`
[error] missing-argument - :448:21 - No argument provided for required parameter `root`

src/prefect/server/models/work_queues.py

[error] invalid-argument-type - :397:17 - Argument is incorrect: Expected `set[str]`, found `dict[str, Unknown] | dict[str, Unknown | bool]`
[error] invalid-argument-type - :415:13 - Argument is incorrect: Expected `set[str]`, found `dict[str, Unknown] | dict[str, Unknown | bool]`

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

src/trio/_tests/test_timeouts.py

[error] invalid-argument-type - :100:54 - Argument is incorrect: Expected `bool`, found `None`

src/trio/_channel.py

[error] invalid-argument-type - :203:50 - Argument is incorrect: Expected `bool`, found `SendType@MemorySendChannel`
[error] invalid-argument-type - :295:50 - Argument is incorrect: Expected `bool`, found `ClosedResourceError`
[error] invalid-argument-type - :303:54 - Argument is incorrect: Expected `bool`, found `EndOfChannel`
[error] invalid-argument-type - :447:50 - Argument is incorrect: Expected `bool`, found `ClosedResourceError`
[error] invalid-argument-type - :455:54 - Argument is incorrect: Expected `bool`, found `BrokenResourceError`

src/trio/_core/_io_common.py

[error] invalid-argument-type - :28:54 - Argument is incorrect: Expected `bool`, found `BaseException`

src/trio/_core/_io_kqueue.py

[error] invalid-argument-type - :287:58 - Argument is incorrect: Expected `bool`, found `ClosedResourceError`

src/trio/_core/_parking_lot.py

[error] invalid-argument-type - :303:21 - Argument is incorrect: Expected `bool`, found `BrokenResourceError`

src/trio/_core/_run.py

[warning] unused-ignore-comment - :1749:80 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :1760:38 - Argument is incorrect: Expected `bool`, found `TrioInternalError`
[error] invalid-argument-type - :1925:31 - Argument is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - :2055:33 - Argument is incorrect: Expected `bool`, found `RuntimeError`
[error] invalid-argument-type - :2071:33 - Argument is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - :2169:56 - Argument is incorrect: Expected `bool`, found `BaseException`
[error] invalid-argument-type - :2705:48 - Argument is incorrect: Expected `bool`, found `@Todo | list[Unknown]`
[error] invalid-argument-type - :2884:43 - Argument is incorrect: Expected `bool`, found `BaseException`
[error] invalid-argument-type - :2963:46 - Argument is incorrect: Expected `bool`, found `KeyboardInterrupt`
[error] missing-argument - :628:35 - No argument provided for required parameter `_scope`

src/trio/_core/_tests/test_ki.py

[error] invalid-argument-type - :406:50 - Argument is incorrect: Expected `bool`, found `Literal[1]`

src/trio/_core/_tests/test_run.py

[error] invalid-argument-type - :246:54 - Argument is incorrect: Expected `bool`, found `ValueError`
[error] invalid-argument-type - :253:54 - Argument is incorrect: Expected `bool`, found `Literal[0]`
[error] invalid-argument-type - :1030:65 - Argument is incorrect: Expected `bool`, found `Literal[1]`
[error] invalid-argument-type - :1287:66 - Argument is incorrect: Expected `bool`, found `ValueError`
[error] invalid-argument-type - :1321:31 - Argument is incorrect: Expected `bool`, found `ValueError`
[error] invalid-argument-type - :1352:66 - Argument is incorrect: Expected `bool`, found `ValueError`
[error] invalid-argument-type - :1391:31 - Argument is incorrect: Expected `bool`, found `ValueError`
[error] invalid-argument-type - :2431:64 - Argument is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - :2439:42 - Argument is incorrect: Expected `bool`, found `Literal["be free!"]`
[error] invalid-argument-type - :2448:68 - Argument is incorrect: Expected `bool`, found `KeyError`
[error] invalid-argument-type - :2452:42 - Argument is incorrect: Expected `bool`, found `ValueError`
[error] invalid-argument-type - :2459:79 - Argument is incorrect: Expected `bool`, found `None`

src/trio/_core/_traps.py

[error] invalid-argument-type - :308:41 - Argument is incorrect: Expected `bool`, found `Literal["reattaching"]`
[error] invalid-argument-type - :310:35 - Argument is incorrect: Expected `bool`, found `Literal["reattaching"]`

src/trio/_threads.py

[error] invalid-argument-type - :205:35 - Argument is incorrect: Expected `bool`, found `RunFinishedError`
[error] invalid-argument-type - :379:70 - Argument is incorrect: Expected `bool`, found `Value[Unknown] | Error`