Summary

Comparing branches/commits:
Old: main (merge base) 1bf4969c
New: 20732/merge e1e1e402
Lint Rule Removed Added Changed
Total 4 16 3
invalid-argument-type 0 6 3
invalid-key 0 7 0
unused-ignore-comment 4 0 0
invalid-assignment 0 1 0
invalid-type-form 0 1 0
unsupported-operator 0 1 0

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

src/arti/types/python.py

[error] invalid-argument-type - :258:13 - Argument is incorrect: Expected `_TypedDictSchema`, found `dict[@Todo, @Todo]`

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

dragonchain/transaction_processor/level_4_actions_utest.py

[error] invalid-argument-type - :73:73 - Invalid argument to key "dc_id" with declared type `str` on TypedDict `L1Headers`: value of type `Literal[123]`
[error] invalid-argument-type - :73:90 - Invalid argument to key "block_id" with declared type `str` on TypedDict `L1Headers`: value of type `Literal[124]`

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

tests/utilities/test_build_client_schema.py

[warning] unused-ignore-comment - :682:42 - Unused blanket `type: ignore` directive

isort (https://github.com/pycqa/isort)

isort/output.py

[error] invalid-argument-type - :535:25 -
Old: Argument to function `import_statement` is incorrect: Expected `Sequence[str]`, found `@Todo | None | list[Unknown]`
New: Argument to function `import_statement` is incorrect: Expected `Sequence[str]`, found `Any | None | list[Unknown]`
[error] invalid-argument-type - :545:25 -
Old: Argument to function `import_statement` is incorrect: Expected `Sequence[str]`, found `@Todo | None | list[Unknown]`
New: Argument to function `import_statement` is incorrect: Expected `Sequence[str]`, found `Any | None | list[Unknown]`
[error] invalid-argument-type - :553:29 -
Old: Argument to function `import_statement` is incorrect: Expected `Sequence[str]`, found `@Todo | None | list[Unknown]`
New: Argument to function `import_statement` is incorrect: Expected `Sequence[str]`, found `Any | None | list[Unknown]`

meson (https://github.com/mesonbuild/meson)

mesonbuild/cargo/manifest.py

[error] invalid-key - :268:28 - Invalid key access on TypedDict `Package`: Unknown key "package"
[error] invalid-key - :347:17 - Invalid key access on TypedDict `BuildTarget`: Unknown key "path" - did you mean "name"?
[error] invalid-key - :362:17 - Invalid key access on TypedDict `BuildTarget`: Unknown key "path" - did you mean "name"?
[error] invalid-key - :376:17 - Invalid key access on TypedDict `BuildTarget`: Unknown key "path" - did you mean "name"?
[error] invalid-key - :390:17 - Invalid key access on TypedDict `BuildTarget`: Unknown key "path" - did you mean "name"?

mypy (https://github.com/python/mypy)

mypy/typeshed/stdlib/logging/config.pyi

[error] unsupported-operator - :45:38 - Operator `|` is unsupported between objects of type `typing.TypedDict` and `<class 'dict[str, Any]'>`

operator (https://github.com/canonical/operator)

ops/model.py

[error] invalid-type-form - :85:51 - Variable of type `Literal["_SettableStatusName | _ReadOnlyStatusName"]` is not allowed in a type expression

ops/pebble.py

[error] invalid-argument-type - :2110:23 - Invalid argument to key "access" with declared type `Literal["untrusted", "metrics", "read", "admin"]` on TypedDict `IdentityDict`: value of type `str`
[warning] unused-ignore-comment - :637:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :727:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :796:58 - Unused blanket `type: ignore` directive

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

src/prefect/cli/deployment.py

[error] invalid-assignment - :392:48 - Invalid assignment to key "anchor_date" with declared type `str` on TypedDict `IntervalScheduleOptions`: value of type `datetime`

src/prefect/cli/root.py

[error] invalid-key - :121:48 - Invalid key access on TypedDict `VersionInfo`: Unknown key "full-revisionid"

src/prefect/utilities/dockerutils.py

[error] invalid-key - :67:46 - Invalid key access on TypedDict `VersionInfo`: Unknown key "full-revisionid"

static-frame (https://github.com/static-frame/static-frame)

static_frame/test/unit/test_type_clinic.py

[error] invalid-argument-type - :197:39 - Argument is incorrect: Expected `_TypedDictSchema`, found `dict[str, <class 'int'> | <class 'float'> | <class 'str'>]`
[error] invalid-argument-type - :198:39 - Argument is incorrect: Expected `_TypedDictSchema`, found `dict[str, <class 'int'> | <class 'float'> | <class 'bool'>]`