Summary

Comparing branches/commits:
Old: main (merge base) 98d27c41
New: 20896/merge 6d5d007d
Lint Rule Removed Added Changed
Total 74 261 1
invalid-assignment 0 257 0
invalid-argument-type 52 0 0
missing-argument 21 0 0
call-non-callable 0 2 0
unresolved-attribute 0 1 1
unused-ignore-comment 1 1 0

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_next_gen.py

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

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

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/integrations/prefect-azure/prefect_azure/container_instance.py

[error] invalid-assignment - :109:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :117:5 - Object of type `Any` is not assignable to `str`

src/integrations/prefect-sqlalchemy/prefect_sqlalchemy/credentials.py

[error] invalid-assignment - :103:5 - Object of type `Any` is not assignable to `AsyncDriver | SyncDriver | str`

src/prefect/_experimental/sla/objects.py

[error] invalid-assignment - :19:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :47:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :60:5 - Object of type `Any` is not assignable to `timedelta`
[error] invalid-assignment - :74:5 - Object of type `Any` is not assignable to `timedelta`

src/prefect/events/actions.py

[error] invalid-assignment - :109:5 - Object of type `Any` is not assignable to `StateType`

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

[error] invalid-assignment - :336:5 - Object of type `Any` is not assignable to `list[ReceivedEvent]`
[error] invalid-assignment - :339:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :340:5 - Object of type `Any` is not assignable to `AnyHttpUrl | None`
[error] invalid-assignment - :348:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :349:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :350:5 - Object of type `Any` is not assignable to `int`

src/prefect/server/schemas/actions.py

[error] invalid-assignment - :156:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :409:5 - Object of type `Any` is not assignable to `StateType`
[error] invalid-assignment - :465:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :468:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :556:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :682:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :691:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :694:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :768:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :792:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :794:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :829:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :832:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :835:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :847:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :848:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :849:5 - Object of type `Any` is not assignable to `str`

src/prefect/server/schemas/core.py

[error] invalid-assignment - :190:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :431:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :434:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :578:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :579:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :594:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :697:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :700:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :714:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :730:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :753:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :759:5 - Object of type `Any` is not assignable to `UUID | None`
[error] invalid-assignment - :776:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :782:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :788:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :805:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :809:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :884:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :890:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :896:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :910:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :911:5 - Object of type `Any` is not assignable to `dict[str, Any]`
[error] invalid-assignment - :917:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :918:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :921:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :922:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :934:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :944:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :945:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :946:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1050:5 - Object of type `Any` is not assignable to `bool`
[error] invalid-assignment - :1057:5 - Object of type `Any` is not assignable to `WorkQueueHealthPolicy`
[error] invalid-assignment - :1075:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :1307:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1311:5 - Object of type `Any` is not assignable to `str`

src/prefect/server/schemas/responses.py

[error] invalid-assignment - :87:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :102:5 - Object of type `Any` is not assignable to `StateType`
[error] invalid-assignment - :105:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :106:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :110:5 - Object of type `Any` is not assignable to `timedelta`
[error] invalid-assignment - :114:5 - Object of type `Any` is not assignable to `timedelta`
[error] invalid-assignment - :132:5 - Object of type `Any` is not assignable to `list[HistoryResponseState]`
[error] invalid-assignment - :183:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :358:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :403:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :410:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :612:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :615:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :616:5 - Object of type `Any` is not assignable to `int`

src/integrations/prefect-aws/prefect_aws/credentials.py

[error] invalid-assignment - :219:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :220:5 - Object of type `Any` is not assignable to `SecretStr`

src/integrations/prefect-aws/prefect_aws/glue_job.py

[error] invalid-assignment - :20:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :26:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :124:5 - Object of type `Any` is not assignable to `str`

src/integrations/prefect-aws/prefect_aws/s3.py

[error] invalid-assignment - :844:5 - Object of type `Any` is not assignable to `str`

src/integrations/prefect-aws/prefect_aws/secrets_manager.py

[error] invalid-assignment - :373:5 - Object of type `Any` is not assignable to `str`

src/integrations/prefect-azure/prefect_azure/blob_storage.py

[error] invalid-assignment - :213:5 - Object of type `Any` is not assignable to `str`

src/integrations/prefect-azure/prefect_azure/credentials.py

[error] invalid-assignment - :301:5 - Object of type `Any` is not assignable to `SecretStr`
[error] invalid-assignment - :421:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :425:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :428:5 - Object of type `Any` is not assignable to `SecretStr`
[error] invalid-assignment - :431:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :435:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :438:5 - Object of type `Any` is not assignable to `str`

src/integrations/prefect-azure/prefect_azure/workers/container_instance.py

[error] invalid-assignment - :210:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :211:5 - Object of type `Any` is not assignable to `SecretStr`
[error] invalid-assignment - :395:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :402:5 - Object of type `Any` is not assignable to `SecretStr`

src/integrations/prefect-bitbucket/prefect_bitbucket/repository.py

[error] invalid-assignment - :66:5 - Object of type `Any` is not assignable to `str`

src/integrations/prefect-databricks/prefect_databricks/credentials.py

[error] invalid-assignment - :32:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :36:5 - Object of type `Any` is not assignable to `SecretStr`

src/integrations/prefect-databricks/prefect_databricks/models/jobs.py

[error] invalid-assignment - :375:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :385:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :450:5 - Object of type `Any` is not assignable to `list[Unknown]`
[error] invalid-assignment - :788:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :950:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1461:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1556:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1566:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1578:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :2272:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :2298:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :2305:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :2319:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :2328:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :2540:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :3166:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :3716:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :3719:5 - Object of type `Any` is not assignable to `EventDetails`
[error] invalid-assignment - :3729:5 - Object of type `Any` is not assignable to `ClusterEventType`

src/integrations/prefect-dbt/prefect_dbt/cli/configs/base.py

[error] invalid-assignment - :110:5 - Object of type `Any` is not assignable to `str`

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

[error] invalid-assignment - :125:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :128:5 - Object of type `Any` is not assignable to `str`

src/integrations/prefect-dbt/prefect_dbt/cloud/credentials.py

[error] invalid-assignment - :66:5 - Object of type `Any` is not assignable to `SecretStr`
[error] invalid-assignment - :71:5 - Object of type `Any` is not assignable to `int`

src/integrations/prefect-dbt/prefect_dbt/cloud/jobs.py

[error] invalid-assignment - :1016:5 - Object of type `Any` is not assignable to `int`

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

[error] invalid-assignment - :35:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :38:5 - Object of type `Any` is not assignable to `SecretStr`

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-gcp/prefect_gcp/cloud_storage.py

[error] invalid-assignment - :586:5 - Object of type `Any` is not assignable to `str`

src/integrations/prefect-gcp/prefect_gcp/secret_manager.py

[error] invalid-assignment - :313:5 - Object of type `Any` is not assignable to `str`

src/integrations/prefect-github/prefect_github/repository.py

[error] invalid-assignment - :44:5 - Object of type `Any` is not assignable to `str`

src/integrations/prefect-gitlab/prefect_gitlab/repositories.py

[error] invalid-assignment - :79:5 - Object of type `Any` is not assignable to `str`

src/integrations/prefect-kubernetes/prefect_kubernetes/credentials.py

[error] invalid-assignment - :56:5 - Object of type `Any` is not assignable to `dict[Unknown, Unknown]`
[error] invalid-assignment - :59:5 - Object of type `Any` is not assignable to `str`

src/integrations/prefect-kubernetes/prefect_kubernetes/jobs.py

[error] invalid-assignment - :505:5 - Object of type `Any` is not assignable to `dict[str, Any]`

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/integrations/prefect-shell/prefect_shell/commands.py

[error] invalid-assignment - :232:5 - Object of type `Any` is not assignable to `list[str]`

src/integrations/prefect-slack/prefect_slack/credentials.py

[error] invalid-assignment - :41:5 - Object of type `Any` is not assignable to `SecretStr`

src/integrations/prefect-snowflake/prefect_snowflake/credentials.py

[error] invalid-assignment - :77:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :82:5 - Object of type `Any` is not assignable to `str`

src/integrations/prefect-snowflake/prefect_snowflake/database.py

[error] invalid-assignment - :84:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :87:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :90:5 - Object of type `Any` is not assignable to `str`

src/prefect/blocks/notifications.py

[error] invalid-assignment - :223:5 - Object of type `Any` is not assignable to `SecretStr`
[error] invalid-assignment - :233:5 - Object of type `Any` is not assignable to `SecretStr`
[error] invalid-assignment - :354:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :362:5 - Object of type `Any` is not assignable to `SecretStr`
[error] invalid-assignment - :430:5 - Object of type `Any` is not assignable to `SecretStr`
[error] invalid-assignment - :565:5 - Object of type `Any` is not assignable to `SecretStr`
[error] invalid-assignment - :647:5 - Object of type `Any` is not assignable to `SecretStr`
[error] invalid-assignment - :655:5 - Object of type `Any` is not assignable to `SecretStr`
[error] invalid-assignment - :888:5 - Object of type `Any` is not assignable to `SecretStr`

src/prefect/blocks/system.py

[error] invalid-assignment - :84:5 - Object of type `Any` is not assignable to `str`

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/client/schemas/actions.py

[error] invalid-assignment - :218:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :382:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :428:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :431:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :474:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :545:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :554:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :557:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :594:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :651:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :654:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :691:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :694:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :697:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :705:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :706:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :707:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :767:5 - Object of type `Any` is not assignable to `str`

src/prefect/client/schemas/objects.py

[error] invalid-assignment - :559:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :819:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :822:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :933:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :934:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :935:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :936:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :937:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :938:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :939:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1006:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1029:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1033:5 - Object of type `Any` is not assignable to `UUID | None`
[error] invalid-assignment - :1059:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :1063:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :1138:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1139:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1171:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :1263:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1266:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :1276:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :1282:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :1288:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1296:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :1302:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :1308:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1323:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1324:5 - Object of type `Any` is not assignable to `dict[str, Any]`
[error] invalid-assignment - :1330:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1331:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1334:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1335:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1347:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1357:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1358:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :1359:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1467:5 - Object of type `Any` is not assignable to `bool`
[error] invalid-assignment - :1474:5 - Object of type `Any` is not assignable to `WorkQueueHealthPolicy`
[error] invalid-assignment - :1492:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :1739:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1743:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :1746:5 - Object of type `Any` is not assignable to `datetime`
[error] invalid-assignment - :1769:5 - Object of type `Any` is not assignable to `list[Integration]`

src/prefect/client/schemas/responses.py

[error] invalid-assignment - :82:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :97:5 - Object of type `Any` is not assignable to `StateType`
[error] invalid-assignment - :98:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :99:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :103:5 - Object of type `Any` is not assignable to `timedelta`
[error] invalid-assignment - :107:5 - Object of type `Any` is not assignable to `timedelta`
[error] invalid-assignment - :125:5 - Object of type `Any` is not assignable to `list[HistoryResponseState]`
[error] invalid-assignment - :161:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :310:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :337:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :495:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :498:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :499:5 - Object of type `Any` is not assignable to `int`
[error] missing-argument - :469:16 - No argument provided for required parameter `root`

src/prefect/client/schemas/schedules.py

[error] invalid-assignment - :127:5 - Object of type `Any` is not assignable to `str`

src/prefect/deployments/runner.py

[error] invalid-assignment - :160:5 - Object of type `Any` is not assignable to `str`

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/schemas/automations.py

[error] invalid-assignment - :252:5 - Object of type `Any` is not assignable to `PrefectMetric`
[error] invalid-assignment - :256:5 - Object of type `Any` is not assignable to `int | float`
[error] invalid-assignment - :262:5 - Object of type `Any` is not assignable to `MetricTriggerOperator`
[error] invalid-assignment - :306:5 - Object of type `Any` is not assignable to `MetricTriggerQuery`
[error] invalid-assignment - :440:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :461:5 - Object of type `Any` is not assignable to `list[@Todo]`
[error] invalid-assignment - :482:5 - Object of type `Any` is not assignable to `UUID`

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/filesystems.py

[error] invalid-assignment - :579:5 - Object of type `Any` is not assignable to `str`

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/api/ui/flow_runs.py

[error] invalid-assignment - :28:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :29:5 - Object of type `Any` is not assignable to `StateType`
[error] invalid-assignment - :39:5 - Object of type `Any` is not assignable to `timedelta`
[error] invalid-assignment - :42:5 - Object of type `Any` is not assignable to `timedelta`

src/prefect/server/api/ui/flows.py

[error] invalid-assignment - :30:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :31:5 - Object of type `Any` is not assignable to `UUID`
[error] invalid-assignment - :32:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :33:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :34:5 - Object of type `Any` is not assignable to `StateType`

src/prefect/server/api/ui/task_runs.py

[error] invalid-assignment - :29:5 - Object of type `Any` is not assignable to `int`
[error] invalid-assignment - :32:5 - Object of type `Any` is not assignable to `int`

src/prefect/server/events/actions.py

[error] invalid-assignment - :1063:5 - Object of type `Any` is not assignable to `StateType`
[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] invalid-assignment - :480:5 - Object of type `Any` is not assignable to `str`
[error] invalid-assignment - :501:5 - Object of type `Any` is not assignable to `list[@Todo]`
[error] invalid-assignment - :657:5 - Object of type `Any` is not assignable to `set[TriggerState]`
[error] invalid-assignment - :724:5 - Object of type `Any` is not assignable to `Automation`
[error] invalid-assignment - :738:5 - Object of type `Any` is not assignable to `dict[str, str]`
[error] invalid-assignment - :746:5 - Object of type `Any` is not assignable to `ReceivedEvent | None`
[warning] unused-ignore-comment - :298:69 - Unused blanket `type: ignore` directive
[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]`

src/prefect/server/schemas/schedules.py

[error] invalid-assignment - :328:5 - Object of type `Any` is not assignable to `str`

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

[error] invalid-assignment - :1623:5 - Object of type `Any` is not assignable to `CancelStatus`
[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`

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`