Make pyrefly pass the new TypedDict conformance tests - #4714
Open
yangdanny97 wants to merge 1 commit into
Open
Conversation
Contributor
|
This pull request has been imported. If you are a Meta employee, you can view this in D117964929. (Because this pull request was imported automatically, there will not be any future comments.) |
|
Diff from mypy_primer, showing the effect of this PR on open source code: ============================================================
SUMMARY
============================================================
Total: +1020 new errors, -535 fixed errors
By preset: +16/-16 (default), +994/-535 (strict)
Projects with changes (57):
pip: +9 -10
tornado: +1 -0
openlibrary: +0 -2
steam.py: +22 -5
cloud-init: +0 -14
cki-lib: +0 -1
dulwich: +17 -5
mitmproxy: +4 -0
rotki: +7 -7
aiohttp-devtools: +24 -0
jax: +0 -25
spark: +0 -2
prefect: +0 -2
cwltool: +0 -26
altair: +0 -2
materialize: +31 -1
colour: +2 -7
urllib3: +1 -0
pyinstrument: +0 -1
scikit-learn: +8 -153
freqtrade: +0 -1
setuptools: +1 -1
apprise: +0 -8
mongo-python-driver: +0 -2
starlette: +4 -2
schemathesis: +0 -2
streamlit: +3 -3
hydra-zen: +3 -4
pytest-autoprofile: +2 -1
pandera: +0 -2
ibis: +0 -3
aiohttp: +2 -2
build: +1 -0
strawberry: +19 -3
zulip: +500 -4
dd-trace-py: +0 -1
pandas-stubs: +43 -1
pywin32: +1 -1
dragonchain: +0 -1
static-frame: +7 -23
pandas: +0 -47
websockets: +4 -0
meson: +28 -11
werkzeug: +0 -2
core: +158 -31
paasta: +1 -6
xarray: +8 -9
poetry: +1 -1
spack: +0 -24
discord.py: +27 -22
pylint: +2 -2
scrapy: +25 -5
PyGithub: +0 -2
optuna: +0 -1
attrs: +0 -1
graphql-core: +41 -36
django-modern-rest: +13 -7
============================================================
FULL DIFF DETAILS
------------------------------------------------------------
pip (https://github.com/pypa/pip)
- ERROR src/pip/_vendor/distlib/util.py:1660:47-62: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_csv.reader` [open-unpacking]
- ERROR src/pip/_vendor/distlib/util.py:1680:47-62: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_csv.writer` [open-unpacking]
- ERROR src/pip/_vendor/requests/api.py:71:56-64: `RequestKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `pip._vendor.requests.sessions.Session.request` [open-unpacking]
+ ERROR src/pip/_vendor/requests/api.py:71:56-64: `RequestKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `pip._vendor.requests.sessions.Session.request` [open-unpacking]
- ERROR src/pip/_vendor/requests/sessions.py:671:56-64: `GetKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `Session.request` [open-unpacking]
+ ERROR src/pip/_vendor/requests/sessions.py:671:56-64: `GetKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `Session.request` [open-unpacking]
- ERROR src/pip/_vendor/requests/sessions.py:682:45-53: `RequestKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `Session.request` [open-unpacking]
+ ERROR src/pip/_vendor/requests/sessions.py:682:45-53: `RequestKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `Session.request` [open-unpacking]
- ERROR src/pip/_vendor/requests/sessions.py:693:42-50: `RequestKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `Session.request` [open-unpacking]
+ ERROR src/pip/_vendor/requests/sessions.py:693:42-50: `RequestKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `Session.request` [open-unpacking]
- ERROR src/pip/_vendor/requests/sessions.py:712:64-72: `PostKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `Session.request` [open-unpacking]
+ ERROR src/pip/_vendor/requests/sessions.py:712:64-72: `PostKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `Session.request` [open-unpacking]
- ERROR src/pip/_vendor/requests/sessions.py:726:52-60: `DataKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `Session.request` [open-unpacking]
+ ERROR src/pip/_vendor/requests/sessions.py:726:52-60: `DataKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `Session.request` [open-unpacking]
- ERROR src/pip/_vendor/requests/sessions.py:740:54-62: `DataKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `Session.request` [open-unpacking]
+ ERROR src/pip/_vendor/requests/sessions.py:740:54-62: `DataKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `Session.request` [open-unpacking]
- ERROR src/pip/_vendor/requests/sessions.py:750:44-52: `RequestKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `Session.request` [open-unpacking]
+ ERROR src/pip/_vendor/requests/sessions.py:750:44-52: `RequestKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `Session.request` [open-unpacking]
+ ERROR src/pip/_vendor/urllib3/util/retry.py:288:38-39: Unused `# type: ignore` comment [unused-type-ignore]
tornado (https://github.com/tornadoweb/tornado)
+ ERROR tornado/auth.py:1064:52-53: Unused `# type: ignore` comment [unused-type-ignore]
openlibrary (https://github.com/internetarchive/openlibrary)
- ERROR openlibrary/plugins/upstream/account.py:769:38-46: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `account_login.login` [open-unpacking]
- ERROR openlibrary/tests/core/test_fulltext.py:57:54-62: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `openlibrary.core.fulltext.fulltext_search_async` [open-unpacking]
steam.py (https://github.com/Gobot1234/steam.py)
- ERROR steam/state.py:2280:47-74: `_CommentableKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
- ERROR steam/state.py:2291:17-44: `_CommentableKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
- ERROR steam/state.py:2306:17-44: `_CommentableKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `steam.protobufs.community.PostCommentToThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2280:47-74: `_CommentableKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2280:47-74: Extra items of type `object` are not assignable to parameter `thread_id` with type `int` in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2280:47-74: Extra items of type `object` are not assignable to parameter `start` with type `int` in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2280:47-74: Extra items of type `object` are not assignable to parameter `count` with type `int` in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2280:47-74: Extra items of type `object` are not assignable to parameter `upvotes` with type `int` in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2280:47-74: Extra items of type `object` are not assignable to parameter `include_deleted` with type `bool` in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2280:47-74: Extra items of type `object` are not assignable to parameter `time_oldest` with type `int` in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2280:47-74: Extra items of type `object` are not assignable to parameter `oldest_first` with type `bool` in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2291:17-44: `_CommentableKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2291:17-44: Extra items of type `object` are not assignable to parameter `thread_id` with type `int` in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2291:17-44: Extra items of type `object` are not assignable to parameter `upvotes` with type `int` in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2291:17-44: Extra items of type `object` are not assignable to parameter `include_deleted` with type `bool` in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2291:17-44: Extra items of type `object` are not assignable to parameter `id` with type `int` in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2291:17-44: Extra items of type `object` are not assignable to parameter `time_oldest` with type `int` in function `steam.protobufs.community.GetCommentThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2306:17-44: `_CommentableKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `steam.protobufs.community.PostCommentToThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2306:17-44: Extra items of type `object` are not assignable to parameter `parent_id` with type `int` in function `steam.protobufs.community.PostCommentToThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2306:17-44: Extra items of type `object` are not assignable to parameter `is_report` with type `bool` in function `steam.protobufs.community.PostCommentToThreadRequest.__init__` [open-unpacking]
- ERROR steam/state.py:2330:17-44: `_CommentableKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `steam.protobufs.community.DeleteCommentFromThreadRequest.__init__` [open-unpacking]
- ERROR steam/state.py:2341:17-44: `_CommentableKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `steam.protobufs.community.PostCommentToThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2330:17-44: `_CommentableKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `steam.protobufs.community.DeleteCommentFromThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2330:17-44: Extra items of type `object` are not assignable to parameter `undelete` with type `bool` in function `steam.protobufs.community.DeleteCommentFromThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2341:17-44: `_CommentableKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `steam.protobufs.community.PostCommentToThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2341:17-44: Extra items of type `object` are not assignable to parameter `content` with type `str` in function `steam.protobufs.community.PostCommentToThreadRequest.__init__` [open-unpacking]
+ ERROR steam/state.py:2341:17-44: Extra items of type `object` are not assignable to parameter `suppress_notifications` with type `bool` in function `steam.protobufs.community.PostCommentToThreadRequest.__init__` [open-unpacking]
cloud-init (https://github.com/canonical/cloud-init)
- ERROR cloudinit/config/schema.py:486:9-27: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `jsonschema.validators.create` [open-unpacking]
- ERROR cloudinit/sources/DataSourceNoCloud.py:107:53-66: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cloudinit.util.pathprefix2dict` [open-unpacking]
- ERROR cloudinit/url_helper.py:572:40-50: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `requests.sessions.Session.request` [open-unpacking]
- ERROR tests/unittests/config/test_cc_spacewalk.py:32:34-63: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cloudinit.config.cc_spacewalk.do_register` [open-unpacking]
- ERROR tests/unittests/net/test_init.py:834:21-29: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cloudinit.net.ephemeral.EphemeralIPv4Network.__init__` [open-unpacking]
- ERROR tests/unittests/net/test_init.py:853:57-65: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cloudinit.net.ephemeral.EphemeralIPv4Network.__init__` [open-unpacking]
- ERROR tests/unittests/net/test_init.py:896:49-57: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cloudinit.net.ephemeral.EphemeralIPv4Network.__init__` [open-unpacking]
- ERROR tests/unittests/net/test_init.py:975:49-57: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cloudinit.net.ephemeral.EphemeralIPv4Network.__init__` [open-unpacking]
- ERROR tests/unittests/net/test_init.py:992:53-61: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cloudinit.net.ephemeral.EphemeralIPv4Network.__init__` [open-unpacking]
- ERROR tests/unittests/net/test_init.py:1105:49-57: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cloudinit.net.ephemeral.EphemeralIPv4Network.__init__` [open-unpacking]
- ERROR tests/unittests/net/test_init.py:1219:49-57: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cloudinit.net.ephemeral.EphemeralIPv4Network.__init__` [open-unpacking]
- ERROR tests/unittests/test_ds_identify.py:459:26-34: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `DsIdentifyBase.call` [open-unpacking]
- ERROR tests/unittests/test_pathprefix2dict.py:22:49-57: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cloudinit.util.pathprefix2dict` [open-unpacking]
- ERROR tests/unittests/test_subp.py:183:30-38: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cloudinit.subp.subp` [open-unpacking]
cki-lib (https://gitlab.com/cki-project/cki-lib)
- ERROR tests/test_footer.py:125:63-71: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cki_lib.footer.Context.__init__` [open-unpacking]
dulwich (https://github.com/dulwich/dulwich)
- ERROR dulwich/porcelain/__init__.py:1925:40-58: `TransportKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `dulwich.client.get_transport_and_path` [open-unpacking]
+ ERROR dulwich/porcelain/__init__.py:1925:40-58: `TransportKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `dulwich.client.get_transport_and_path` [open-unpacking]
- ERROR dulwich/porcelain/__init__.py:3534:13-31: `TransportKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `dulwich.client.get_transport_and_path` [open-unpacking]
+ ERROR dulwich/porcelain/__init__.py:3534:13-31: `TransportKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `dulwich.client.get_transport_and_path` [open-unpacking]
- ERROR dulwich/porcelain/__init__.py:3788:13-31: `TransportKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `dulwich.client.get_transport_and_path` [open-unpacking]
+ ERROR dulwich/porcelain/__init__.py:3788:13-31: `TransportKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `dulwich.client.get_transport_and_path` [open-unpacking]
- ERROR dulwich/stash.py:330:13-28: `CommitKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
+ ERROR dulwich/stash.py:330:13-28: `CommitKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
+ ERROR dulwich/stash.py:330:13-28: Extra items of type `object` are not assignable to parameter `commit_timestamp` with type `float | None` in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
+ ERROR dulwich/stash.py:330:13-28: Extra items of type `object` are not assignable to parameter `commit_timezone` with type `int | None` in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
+ ERROR dulwich/stash.py:330:13-28: Extra items of type `object` are not assignable to parameter `author_timestamp` with type `float | None` in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
+ ERROR dulwich/stash.py:330:13-28: Extra items of type `object` are not assignable to parameter `author_timezone` with type `int | None` in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
+ ERROR dulwich/stash.py:330:13-28: Extra items of type `object` are not assignable to parameter `encoding` with type `bytes | None` in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
+ ERROR dulwich/stash.py:330:13-28: Extra items of type `object` are not assignable to parameter `signoff` with type `bool | None` in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
- ERROR dulwich/stash.py:363:13-28: `CommitKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
+ ERROR dulwich/stash.py:363:13-28: `CommitKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
+ ERROR dulwich/stash.py:363:13-28: Extra items of type `object` are not assignable to parameter `commit_timestamp` with type `float | None` in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
+ ERROR dulwich/stash.py:363:13-28: Extra items of type `object` are not assignable to parameter `commit_timezone` with type `int | None` in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
+ ERROR dulwich/stash.py:363:13-28: Extra items of type `object` are not assignable to parameter `author_timestamp` with type `float | None` in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
+ ERROR dulwich/stash.py:363:13-28: Extra items of type `object` are not assignable to parameter `author_timezone` with type `int | None` in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
+ ERROR dulwich/stash.py:363:13-28: Extra items of type `object` are not assignable to parameter `encoding` with type `bytes | None` in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
+ ERROR dulwich/stash.py:363:13-28: Extra items of type `object` are not assignable to parameter `signoff` with type `bool | None` in function `dulwich.worktree.WorkTree.commit` [open-unpacking]
mitmproxy (https://github.com/mitmproxy/mitmproxy)
+ ERROR mitmproxy/test/tutils.py:23:39-40: Unused `# type: ignore` comment [unused-type-ignore]
+ ERROR mitmproxy/test/tutils.py:51:39-40: Unused `# type: ignore` comment [unused-type-ignore]
+ ERROR mitmproxy/test/tutils.py:74:37-38: Unused `# type: ignore` comment [unused-type-ignore]
+ ERROR mitmproxy/test/tutils.py:95:38-39: Unused `# type: ignore` comment [unused-type-ignore]
rotki (https://github.com/rotki/rotki)
- ERROR rotkehlchen/chain/ethereum/modules/kyber/decoder.py:121:62-81: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `rotkehlchen.chain.decoding.types.CounterpartyDetails.__new__` [open-unpacking]
- ERROR rotkehlchen/chain/ethereum/modules/kyber/decoder.py:122:55-74: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `rotkehlchen.chain.decoding.types.CounterpartyDetails.__new__` [open-unpacking]
- ERROR rotkehlchen/chain/evm/decoding/kyber/decoder.py:167:59-78: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `rotkehlchen.chain.decoding.types.CounterpartyDetails.__new__` [open-unpacking]
- ERROR rotkehlchen/history/events/structures/base.py:592:20-62: `HistoryBaseEntryData` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `HistoryEvent.__init__` [open-unpacking]
+ ERROR rotkehlchen/history/events/structures/base.py:592:20-62: `HistoryBaseEntryData` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `HistoryEvent.__init__` [open-unpacking]
- ERROR rotkehlchen/history/events/structures/evm_swap.py:112:17-114:18: `SwapEventEntryData` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `EvmSwapEvent.__init__` [open-unpacking]
+ ERROR rotkehlchen/history/events/structures/evm_swap.py:112:17-114:18: `SwapEventEntryData` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `EvmSwapEvent.__init__` [open-unpacking]
+ ERROR rotkehlchen/history/events/structures/evm_swap.py:112:17-114:18: Extra items of type `object` are not assignable to parameter `event_type` with type `Literal[HistoryEventType.MULTI_TRADE, HistoryEventType.TRADE]` in function `EvmSwapEvent.__init__` [open-unpacking]
- ERROR rotkehlchen/history/events/structures/onchain_event.py:241:17-28: `HistoryBaseEntryData` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `OnchainEvent.__init__` [open-unpacking]
+ ERROR rotkehlchen/history/events/structures/onchain_event.py:241:17-28: `HistoryBaseEntryData` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `OnchainEvent.__init__` [open-unpacking]
- ERROR rotkehlchen/history/events/structures/solana_swap.py:110:17-28: `SwapEventEntryData` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `SolanaSwapEvent.__init__` [open-unpacking]
+ ERROR rotkehlchen/history/events/structures/solana_swap.py:110:17-28: `SwapEventEntryData` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `SolanaSwapEvent.__init__` [open-unpacking]
+ ERROR rotkehlchen/history/events/structures/solana_swap.py:110:17-28: Extra items of type `object` are not assignable to parameter `sequence_index` with type `int` in function `SolanaSwapEvent.__init__` [open-unpacking]
+ ERROR rotkehlchen/history/events/structures/solana_swap.py:110:17-28: Extra items of type `object` are not assignable to parameter `event_type` with type `Literal[HistoryEventType.MULTI_TRADE, HistoryEventType.TRADE]` in function `SolanaSwapEvent.__init__` [open-unpacking]
aiohttp-devtools (https://github.com/aio-libs/aiohttp-devtools)
+ ERROR aiohttp_devtools/cli.py:47:13-48:56: Extra items of type `object` are not assignable to parameter `path` with type `Iterable[PathLike] | PathLike[str] | str | None` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:47:13-48:56: Extra items of type `object` are not assignable to parameter `sock` with type `Iterable[socket] | socket | None` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:47:13-48:56: Extra items of type `object` are not assignable to parameter `keepalive_timeout` with type `float` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:47:13-48:56: Extra items of type `object` are not assignable to parameter `print` with type `((...) -> None) | None` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:47:13-48:56: Extra items of type `object` are not assignable to parameter `backlog` with type `int` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:47:13-48:56: Extra items of type `object` are not assignable to parameter `access_log_format` with type `str` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:47:13-48:56: Extra items of type `object` are not assignable to parameter `access_log` with type `Logger | None` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:47:13-48:56: Extra items of type `object` are not assignable to parameter `handle_signals` with type `bool` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:47:13-48:56: Extra items of type `object` are not assignable to parameter `reuse_address` with type `bool | None` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:47:13-48:56: Extra items of type `object` are not assignable to parameter `reuse_port` with type `bool | None` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:47:13-48:56: Extra items of type `object` are not assignable to parameter `handler_cancellation` with type `bool` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:47:13-48:56: Extra items of type `object` are not assignable to parameter `loop` with type `AbstractEventLoop | None` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:110:17-46: Extra items of type `object` are not assignable to parameter `path` with type `Iterable[PathLike] | PathLike[str] | str | None` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:110:17-46: Extra items of type `object` are not assignable to parameter `sock` with type `Iterable[socket] | socket | None` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:110:17-46: Extra items of type `object` are not assignable to parameter `keepalive_timeout` with type `float` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:110:17-46: Extra items of type `object` are not assignable to parameter `print` with type `((...) -> None) | None` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:110:17-46: Extra items of type `object` are not assignable to parameter `backlog` with type `int` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:110:17-46: Extra items of type `object` are not assignable to parameter `access_log_format` with type `str` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:110:17-46: Extra items of type `object` are not assignable to parameter `access_log` with type `Logger | None` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:110:17-46: Extra items of type `object` are not assignable to parameter `handle_signals` with type `bool` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:110:17-46: Extra items of type `object` are not assignable to parameter `reuse_address` with type `bool | None` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:110:17-46: Extra items of type `object` are not assignable to parameter `reuse_port` with type `bool | None` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:110:17-46: Extra items of type `object` are not assignable to parameter `handler_cancellation` with type `bool` in function `aiohttp.web.run_app` [open-unpacking]
+ ERROR aiohttp_devtools/cli.py:110:17-46: Extra items of type `object` are not assignable to parameter `loop` with type `AbstractEventLoop | None` in function `aiohttp.web.run_app` [open-unpacking]
jax (https://github.com/google/jax)
- ERROR jax/_src/ad_checkpoint.py:1003:45-53: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_remat3` [open-unpacking]
- ERROR jax/_src/ad_checkpoint.py:1004:21-29: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_remat3` [open-unpacking]
- ERROR jax/_src/api.py:364:43-49: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `jax._src.pjit.make_jit` [open-unpacking]
- ERROR jax/_src/api.py:366:31-37: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `jax._src.pjit.make_jit` [open-unpacking]
- ERROR jax/_src/compute_on.py:68:37-45: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_compute_on` [open-unpacking]
- ERROR jax/_src/compute_on.py:69:25-33: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_compute_on` [open-unpacking]
- ERROR jax/_src/cudnn/scaled_matmul_stablehlo.py:756:54-67: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `scaled_dot_general_transpose_lhs` [open-unpacking]
- ERROR jax/_src/cudnn/scaled_matmul_stablehlo.py:757:54-67: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `scaled_dot_general_transpose_rhs` [open-unpacking]
- ERROR jax/_src/lax/pallas_lowerings/gpu/ragged_dot.py:273:9-20: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_gpu_ragged_dot_kernel` [open-unpacking]
- ERROR jax/_src/lax/pallas_lowerings/gpu/ragged_dot.py:399:15-27: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_tgmm_ragged_dot_kernel` [open-unpacking]
- ERROR jax/_src/pjit.py:2435:36-44: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_auto_axes` [open-unpacking]
- ERROR jax/_src/pjit.py:2436:24-32: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_auto_axes` [open-unpacking]
- ERROR jax/_src/pjit.py:2467:40-48: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_explicit_axes` [open-unpacking]
- ERROR jax/_src/pjit.py:2468:28-36: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_explicit_axes` [open-unpacking]
- ERROR jax/_src/pjit.py:2556:40-48: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_program_order` [open-unpacking]
- ERROR jax/_src/pjit.py:2557:28-36: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_program_order` [open-unpacking]
- ERROR jax/_src/pjit.py:2679:42-50: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_explicit_layout` [open-unpacking]
- ERROR jax/_src/pjit.py:2680:30-38: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_explicit_layout` [open-unpacking]
- ERROR jax/_src/shard_map.py:164:36-44: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_shard_map` [open-unpacking]
- ERROR jax/_src/shard_map.py:165:24-32: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_shard_map` [open-unpacking]
- ERROR jax/_src/shard_map.py:215:31-39: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_smap` [open-unpacking]
- ERROR jax/_src/shard_map.py:216:19-27: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_smap` [open-unpacking]
- ERROR jax/_src/util.py:323:44-52: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_weakref_lru_cache` [open-unpacking]
- ERROR jax/_src/util.py:324:32-40: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_weakref_lru_cache` [open-unpacking]
- ERROR jax/_src/xla_bridge.py:195:54-78: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `jaxlib._jax.make_transfer_server_interface_factory` [open-unpacking]
spark (https://github.com/apache/spark)
- ERROR python/pyspark/testing/pandasutils.py:78:17-25: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `pandas._testing.assert_frame_equal` [open-unpacking]
- ERROR python/pyspark/testing/pandasutils.py:98:17-25: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `pandas._testing.assert_series_equal` [open-unpacking]
prefect (https://github.com/PrefectHQ/prefect)
- ERROR src/prefect/__init__.py:216:73-78: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `AttributeError.__init__` [open-unpacking]
- ERROR src/prefect/client/schemas/__init__.py:94:73-78: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `AttributeError.__init__` [open-unpacking]
cwltool (https://github.com/common-workflow-language/cwltool)
- ERROR cwltool/builder.py:479:45-483:46: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR cwltool/command_line_tool.py:733:21-738:22: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR cwltool/command_line_tool.py:1064:49-85: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR cwltool/job.py:142:13-146:14: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLDirectoryType.__init__` [open-unpacking]
- ERROR cwltool/main.py:606:9-610:10: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR cwltool/process.py:1178:17-1183:18: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLDirectoryType.__init__` [open-unpacking]
- ERROR cwltool/process.py:1255:42-97: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR cwltool/process.py:1264:25-1266:26: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR cwltool/process.py:1280:25-1282:26: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLDirectoryType.__init__` [open-unpacking]
- ERROR cwltool/process.py:1344:29-1348:30: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR cwltool/process.py:1367:40-90: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR cwltool/utils.py:352:17-356:18: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLDirectoryType.__init__` [open-unpacking]
- ERROR cwltool/utils.py:362:40-91: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR tests/test_examples.py:623:21-73: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR tests/test_examples.py:624:21-73: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR tests/test_examples.py:625:21-73: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR tests/test_examples.py:627:13-631:14: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLDirectoryType.__init__` [open-unpacking]
- ERROR tests/test_examples.py:636:21-73: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR tests/test_examples.py:638:13-642:14: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLDirectoryType.__init__` [open-unpacking]
- ERROR tests/test_http_input.py:18:13-23:14: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR tests/test_http_input.py:62:17-66:18: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR tests/test_js_sandbox.py:45:24-87: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR tests/test_js_sandbox.py:91:28-91: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR tests/test_js_sandbox.py:116:28-91: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR tests/test_parallel.py:22:33-96: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
- ERROR tests/test_pathmapper.py:95:27-78: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `cwl_utils.types.CWLFileType.__init__` [open-unpacking]
altair (https://github.com/vega/altair)
- ERROR tests/vegalite/v6/test_api.py:752:17-23: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `altair.vegalite.v6.schema.channels._EncodingMixin.encode` [open-unpacking]
- ERROR tests/vegalite/v6/test_api.py:761:17-23: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `altair.vegalite.v6.schema.channels._EncodingMixin.encode` [open-unpacking]
materialize (https://github.com/MaterializeInc/materialize)
- ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: `MaterializedUpgradeArgs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: `MaterializedUpgradeArgs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `environment_extra` with type `list[str]` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `depends_on` with type `list[str]` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `memory` with type `str | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `cpu` with type `str | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `options` with type `list[str]` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `persist_blob_url` with type `str | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `default_size` with type `int | str` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `environment_id` with type `str | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `propagate_crashes` with type `bool` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `blob_store_is_azure` with type `bool` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `unsafe_mode` with type `bool` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `use_default_volumes` with type `bool` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `ports` with type `list[int | str] | list[int] | list[str] | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `soft_assertions` with type `bool` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `sanity_restart` with type `bool` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `platform` with type `str | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `healthcheck` with type `list[str] | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `force_migrations` with type `str | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `publish` with type `bool | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `stop_grace_period` with type `str` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `metadata_store` with type `str` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `cluster_replica_size` with type `dict[str, dict[str, Any]] | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `bootstrap_replica_size` with type `str | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `default_replication_factor` with type `int` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `builtin_system_cluster_replication_factor` with type `int | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `builtin_probe_cluster_replication_factor` with type `int | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `listeners_config_path` with type `str | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `config_sync_file_path` with type `str | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `support_external_clusterd` with type `bool` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
+ ERROR test/pg-cdc-old-syntax/mzcompose.py:562:17-31: Extra items of type `object` are not assignable to parameter `networks` with type `dict[str, dict[str, list[str]]] | dict[str, dict[str, str]] | None` in function `materialize.mzcompose.services.materialized.Materialized.__init__` [open-unpacking]
colour (https://github.com/colour-science/colour)
- ERROR colour/examples/contrast/examples_contrast.py:83:25-42: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `colour.contrast.barten1999.contrast_sensitivity_function_Barten1999` [open-unpacking]
- ERROR colour/examples/contrast/examples_contrast.py:112:50-67: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `colour.contrast.barten1999.contrast_sensitivity_function_Barten1999` [open-unpacking]
- ERROR colour/examples/contrast/examples_contrast.py:122:54-71: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `colour.contrast.barten1999.contrast_sensitivity_function_Barten1999` [open-unpacking]
- ERROR colour/io/luts/tests/test_lut.py:521:37-59: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `colour.io.luts.lut.LUT1D.linear_table` [open-unpacking]
- ERROR colour/io/luts/tests/test_lut.py:1073:39-61: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `colour.io.luts.lut.LUT3x1D.linear_table` [open-unpacking]
- ERROR colour/io/luts/tests/test_lut.py:1652:37-59: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `colour.io.luts.lut.LUT3D.linear_table` [open-unpacking]
- ERROR colour/utilities/verbose.py:667:29-38: `_FormatOptions` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `numpy._core.arrayprint.set_printoptions` [open-unpacking]
+ ERROR colour/utilities/verbose.py:667:29-38: `_FormatOptions` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `numpy._core.arrayprint.set_printoptions` [open-unpacking]
+ ERROR colour/utilities/verbose.py:667:29-38: Extra items of type `object` are not assignable to parameter `override_repr` with type `((ndarray) -> str) | None` in function `numpy._core.arrayprint.set_printoptions` [open-unpacking]
urllib3 (https://github.com/urllib3/urllib3)
+ ERROR src/urllib3/util/retry.py:289:38-39: Unused `# type: ignore` comment [unused-type-ignore]
pyinstrument (https://github.com/joerick/pyinstrument)
- ERROR pyinstrument/context_manager.py:40:34-52: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `pyinstrument.profiler.Profiler.__init__` [open-unpacking]
scikit-learn (https://github.com/scikit-learn/scikit-learn)
- ERROR sklearn/callback/_scoring_monitor.py:293:50-55: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `ScoringMonitorLog.__init__` [open-unpacking]
- ERROR sklearn/decomposition/_dict_learning.py:137:23-32: `_ErrDict` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `numpy._core._ufunc_config.seterr` [open-unpacking]
+ ERROR sklearn/decomposition/_dict_learning.py:137:23-32: `_ErrDict` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `numpy._core._ufunc_config.seterr` [open-unpacking]
+ ERROR sklearn/decomposition/_dict_learning.py:137:23-32: Extra items of type `object` are not assignable to parameter `all` with type `Literal['call', 'ignore', 'log', 'print', 'raise', 'warn'] | None` in function `numpy._core._ufunc_config.seterr` [open-unpacking]
- ERROR sklearn/decomposition/_dict_learning.py:184:23-32: `_ErrDict` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `numpy._core._ufunc_config.seterr` [open-unpacking]
+ ERROR sklearn/decomposition/_dict_learning.py:184:23-32: `_ErrDict` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `numpy._core._ufunc_config.seterr` [open-unpacking]
+ ERROR sklearn/decomposition/_dict_learning.py:184:23-32: Extra items of type `object` are not assignable to parameter `all` with type `Literal['call', 'ignore', 'log', 'print', 'raise', 'warn'] | None` in function `numpy._core._ufunc_config.seterr` [open-unpacking]
- ERROR sklearn/decomposition/_fastica.py:671:38-46: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_ica_par` [open-unpacking]
- ERROR sklearn/decomposition/_fastica.py:673:38-46: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_ica_def` [open-unpacking]
- ERROR sklearn/decomposition/tests/test_kernel_pca.py:545:35-43: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.decomposition._kernel_pca.KernelPCA.__init__` [open-unpacking]
- ERROR sklearn/decomposition/tests/test_kernel_pca.py:546:45-53: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.decomposition._kernel_pca.KernelPCA.__init__` [open-unpacking]
- ERROR sklearn/decomposition/tests/test_truncated_svd.py:189:44-52: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.decomposition._truncated_svd.TruncatedSVD.__init__` [open-unpacking]
- ERROR sklearn/decomposition/tests/test_truncated_svd.py:190:36-44: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.decomposition._pca.PCA.__init__` [open-unpacking]
- ERROR sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py:288:40-56: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.utils.validation.check_array` [open-unpacking]
- ERROR sklearn/ensemble/_hist_gradient_boosting/tests/test_binning.py:274:35-43: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.ensemble._hist_gradient_boosting.binning._BinMapper.__init__` [open-unpacking]
- ERROR sklearn/ensemble/_hist_gradient_boosting/tests/test_binning.py:275:35-43: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.ensemble._hist_gradient_boosting.binning._BinMapper.__init__` [open-unpacking]
- ERROR sklearn/ensemble/_hist_gradient_boosting/tests/test_grower.py:543:63-78: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.ensemble._hist_gradient_boosting.grower.TreeGrower.__init__` [open-unpacking]
- ERROR sklearn/ensemble/_hist_gradient_boosting/tests/test_grower.py:554:57-72: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.ensemble._hist_gradient_boosting.grower.TreeGrower.__init__` [open-unpacking]
- ERROR sklearn/ensemble/tests/test_gradient_boosting.py:119:66-81: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.ensemble._gb.GradientBoostingClassifier.__init__` [open-unpacking]
- ERROR sklearn/ensemble/tests/test_gradient_boosting.py:122:66-81: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.ensemble._gb.GradientBoostingClassifier.__init__` [open-unpacking]
- ERROR sklearn/ensemble/tests/test_gradient_boosting.py:135:59-74: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.ensemble._gb.GradientBoostingClassifier.__init__` [open-unpacking]
- ERROR sklearn/ensemble/tests/test_gradient_boosting.py:138:67-82: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.ensemble._gb.GradientBoostingClassifier.__init__` [open-unpacking]
- ERROR sklearn/ensemble/tests/test_gradient_boosting.py:223:37-56: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.ensemble._gb.GradientBoostingRegressor.__init__` [open-unpacking]
- ERROR sklearn/ensemble/tests/test_gradient_boosting.py:233:37-56: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.ensemble._gb.GradientBoostingRegressor.__init__` [open-unpacking]
- ERROR sklearn/ensemble/tests/test_gradient_boosting.py:243:37-56: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.ensemble._gb.GradientBoostingRegressor.__init__` [open-unpacking]
- ERROR sklearn/ensemble/tests/test_gradient_boosting.py:1667:38-46: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.ensemble._gb.GradientBoostingClassifier.__init__` [open-unpacking]
- ERROR sklearn/gaussian_process/tests/test_gpr.py:336:18-30: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.gaussian_process.kernels.RBF.__init__` [open-unpacking]
- ERROR sklearn/isotonic.py:392:64-78: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.utils.validation.check_array` [open-unpacking]
- ERROR sklearn/isotonic.py:394:59-73: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.utils.validation.check_array` [open-unpacking]
- ERROR sklearn/linear_model/_glm/tests/test_glm.py:824:75-83: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._glm.glm.PoissonRegressor.__init__` [open-unpacking]
- ERROR sklearn/linear_model/_glm/tests/test_glm.py:827:71-79: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._glm.glm.PoissonRegressor.__init__` [open-unpacking]
- ERROR sklearn/linear_model/_glm/tests/test_glm.py:1286:35-43: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._glm.glm.PoissonRegressor.__init__` [open-unpacking]
- ERROR sklearn/linear_model/_glm/tests/test_glm.py:1298:35-43: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._glm.glm.PoissonRegressor.__init__` [open-unpacking]
- ERROR sklearn/linear_model/_logistic.py:173:54-73: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_compute_coef_intercept` [open-unpacking]
- ERROR sklearn/linear_model/_logistic.py:185:55-74: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_compute_coef_intercept` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_base.py:205:34-42: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._base.LinearRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_base.py:206:35-43: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._base.LinearRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_base.py:813:28-36: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._base.LinearRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_base.py:872:29-37: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._base.LinearRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_base.py:873:29-37: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._base.LinearRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_coordinate_descent.py:1203:50-59: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._coordinate_descent.ElasticNetCV.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_coordinate_descent.py:1204:36-45: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._coordinate_descent.ElasticNetCV.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_coordinate_descent.py:1209:59-68: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._coordinate_descent.MultiTaskElasticNetCV.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_coordinate_descent.py:1210:45-54: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._coordinate_descent.MultiTaskElasticNetCV.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:942:51-59: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:979:71-79: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1014:13-21: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegressionCV.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1072:13-21: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1113:9-17: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegressionCV.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1120:9-17: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegressionCV.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1157:9-17: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegressionCV.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1175:13-21: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegressionCV.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1241:41-54: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1241:41-54: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegressionCV.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1284:51-64: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1287:51-64: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1372:60-68: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1373:67-75: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1382:35-43: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1393:60-68: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1394:67-75: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1451:66-74: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1461:80-88: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1466:64-72: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1487:68-76: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1517:9-24: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegressionCV.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:1520:55-70: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:2905:36-47: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:2926:36-47: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:3054:37-51: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegressionCV.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:3067:41-55: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegressionCV.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:3193:29-40: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:3213:46-57: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_logistic.py:3220:46-57: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._logistic.LogisticRegression.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_quantile.py:190:51-59: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._quantile.QuantileRegressor.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_quantile.py:194:51-59: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._quantile.QuantileRegressor.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_quantile.py:199:55-63: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._quantile.QuantileRegressor.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_quantile.py:205:51-59: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._quantile.QuantileRegressor.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_quantile.py:212:51-59: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._quantile.QuantileRegressor.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_ridge.py:189:19-27: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._ridge.Ridge.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_ridge.py:205:19-27: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._ridge.Ridge.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_ridge.py:318:19-27: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._ridge.Ridge.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_ridge.py:2096:25-33: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._ridge.Ridge.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_ridge.py:2097:26-34: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._ridge.Ridge.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_ridge.py:2423:44-52: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._ridge._solve_lbfgs` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_ridge.py:2488:17-25: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._ridge.Ridge.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_ridge.py:2515:18-26: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._ridge.Ridge.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_ridge.py:2537:18-26: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._ridge.Ridge.__init__` [open-unpacking]
- ERROR sklearn/linear_model/tests/test_ridge.py:2538:18-26: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.linear_model._ridge.Ridge.__init__` [open-unpacking]
- ERROR sklearn/manifold/_t_sne.py:1075:73-83: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_gradient_descent` [open-unpacking]
- ERROR sklearn/manifold/_t_sne.py:1091:77-87: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_gradient_descent` [open-unpacking]
- ERROR sklearn/manifold/tests/test_t_sne.py:1096:39-55: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.manifold._t_sne.TSNE.__init__` [open-unpacking]
- ERROR sklearn/manifold/tests/test_t_sne.py:1102:51-67: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `sklearn.manifold._t_sne.TSNE.__init__` [open-unpacking]
... (truncated 68 lines) ...
freqtrade (https://github.com/freqtrade/freqtrade)
- ERROR freqtrade/rpc/telegram.py:1162:49-63: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `freqtrade.rpc.rpc.RPC._rpc_trade_statistics` [open-unpacking]
setuptools (https://github.com/pypa/setuptools)
- ERROR setuptools/_scripts.py:77:37-53: `_SplitArgs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `shlex.split` [open-unpacking]
+ ERROR setuptools/_scripts.py:77:37-53: `_SplitArgs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `shlex.split` [open-unpacking]
apprise (https://github.com/caronc/apprise)
- ERROR apprise/plugins/xmpp/base.py:447:39-55: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `apprise.plugins.xmpp.adapter.SlixmppAdapter.__init__` [open-unpacking]
- ERROR apprise/plugins/xmpp/base.py:450:44-60: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `apprise.plugins.xmpp.adapter.SlixmppAdapter.__init__` [open-unpacking]
- ERROR apprise/url.py:464:17-25: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_hashlib.openssl_sha256` [open-unpacking]
- ERROR apprise/url.py:500:17-25: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_hashlib.openssl_sha256` [open-unpacking]
- ERROR apprise/url.py:505:64-72: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_hashlib.openssl_sha256` [open-unpacking]
- ERROR apprise/url.py:521:17-25: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_hashlib.openssl_sha256` [open-unpacking]
- ERROR apprise/url.py:537:17-25: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_hashlib.openssl_sha256` [open-unpacking]
- ERROR apprise/url.py:544:17-25: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_hashlib.openssl_sha256` [open-unpacking]
mongo-python-driver (https://github.com/mongodb/mongo-python-driver)
- ERROR pymongo/asynchronous/topology.py:207:17-25: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_warnings.warn` [open-unpacking]
- ERROR pymongo/synchronous/topology.py:207:17-25: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_warnings.warn` [open-unpacking]
starlette (https://github.com/encode/starlette)
- ERROR starlette/testclient.py:421:58-78: `_AsyncBackend` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `anyio.from_thread.start_blocking_portal` [open-unpacking]
+ ERROR starlette/testclient.py:421:58-78: `_AsyncBackend` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `anyio.from_thread.start_blocking_portal` [open-unpacking]
+ ERROR starlette/testclient.py:421:58-78: Extra items of type `object` are not assignable to parameter `name` with type `str | None` in function `anyio.from_thread.start_blocking_portal` [open-unpacking]
- ERROR starlette/testclient.py:675:96-116: `_AsyncBackend` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `anyio.from_thread.start_blocking_portal` [open-unpacking]
+ ERROR starlette/testclient.py:675:96-116: `_AsyncBackend` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `anyio.from_thread.start_blocking_portal` [open-unpacking]
+ ERROR starlette/testclient.py:675:96-116: Extra items of type `object` are not assignable to parameter `name` with type `str | None` in function `anyio.from_thread.start_blocking_portal` [open-unpacking]
schemathesis (https://github.com/schemathesis/schemathesis)
- ERROR src/schemathesis/hooks.py:321:88-98: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `HookDispatcher.apply_to_container` [open-unpacking]
- ERROR src/schemathesis/hooks.py:324:75-85: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `HookDispatcher.apply_to_container` [open-unpacking]
streamlit (https://github.com/streamlit/streamlit)
- ERROR lib/streamlit/runtime/scriptrunner_utils/script_run_context.py:155:47-55: `_FragmentThreadStateFields` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `FragmentThreadState.__init__` [open-unpacking]
+ ERROR lib/streamlit/runtime/scriptrunner_utils/script_run_context.py:155:47-55: `_FragmentThreadStateFields` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `FragmentThreadState.__init__` [open-unpacking]
- ERROR lib/streamlit/runtime/scriptrunner_utils/script_run_context.py:180:66-74: `_FragmentThreadStateFields` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `FragmentThreadState.__replace__` [open-unpacking]
- ERROR lib/streamlit/runtime/scriptrunner_utils/script_run_context.py:193:74-85: `_FragmentThreadStateFields` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `FragmentThreadState.__replace__` [open-unpacking]
+ ERROR lib/streamlit/runtime/scriptrunner_utils/script_run_context.py:180:66-74: `_FragmentThreadStateFields` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `FragmentThreadState.__replace__` [open-unpacking]
+ ERROR lib/streamlit/runtime/scriptrunner_utils/script_run_context.py:193:74-85: `_FragmentThreadStateFields` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `FragmentThreadState.__replace__` [open-unpacking]
hydra-zen (https://github.com/mit-ll-responsible-ai/hydra-zen)
- ERROR src/hydra_zen/structured_configs/_implementations.py:2983:60-79: `StrictDataclassOptions` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `dataclasses.make_dataclass` [open-unpacking]
+ ERROR src/hydra_zen/structured_configs/_implementations.py:2983:60-79: `StrictDataclassOptions` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `dataclasses.make_dataclass` [open-unpacking]
- ERROR src/hydra_zen/structured_configs/_implementations.py:3343:52-71: `StrictDataclassOptions` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `dataclasses.make_dataclass` [open-unpacking]
+ ERROR src/hydra_zen/structured_configs/_implementations.py:3343:52-71: `StrictDataclassOptions` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `dataclasses.make_dataclass` [open-unpacking]
- ERROR src/hydra_zen/wrapper/_implementations.py:524:27-31: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `hydra.main.main` [open-unpacking]
- ERROR src/hydra_zen/wrapper/_implementations.py:2112:20-27: `StoreEntry` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `hydra.core.config_store.ConfigStore.store` [open-unpacking]
+ ERROR src/hydra_zen/wrapper/_implementations.py:2112:20-27: `StoreEntry` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `hydra.core.config_store.ConfigStore.store` [open-unpacking]
pytest-autoprofile (https://gitlab.com/TTsangSC/pytest-autoprofile)
+ ERROR src/pytest_autoprofile/_doctest.py:979:26-27: Unused `# type: ignore` comment [unused-type-ignore]
- ERROR src/pytest_autoprofile/_test_utils.py:2160:43-62: `_PytestOutcome` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `_pytest.pytester.RunResult.assert_outcomes` [open-unpacking]
+ ERROR src/pytest_autoprofile/_test_utils.py:2160:43-62: `_PytestOutcome` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `_pytest.pytester.RunResult.assert_outcomes` [open-unpacking]
pandera (https://github.com/pandera-dev/pandera)
- ERROR pandera/dtypes.py:116:49-57: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `dataclasses.dataclass` [open-unpacking]
- ERROR tests/base/test_config.py:48:20-37: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `pandera.config.set_config` [open-unpacking]
ibis (https://github.com/ibis-project/ibis)
- ERROR ibis/backends/impala/tests/test_ddl_compilation.py:90:66-73: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `ibis.backends.impala.ddl.PartitionProperties.__init__` [open-unpacking]
- ERROR ibis/backends/impala/tests/test_udf.py:493:9-15: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `ibis.backends.impala.udf.wrap_uda` [open-unpacking]
- ERROR ibis/expr/types/temporal.py:1086:38-50: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `ibis.expr.api.interval` [open-unpacking]
aiohttp (https://github.com/aio-libs/aiohttp)
- ERROR aiohttp/client.py:243:39-61: `ResponseParams` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `aiohttp.client_proto.ResponseHandler.set_response_params` [open-unpacking]
+ ERROR aiohttp/client.py:243:39-61: `ResponseParams` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `aiohttp.client_proto.ResponseHandler.set_response_params` [open-unpacking]
- ERROR aiohttp/web_request.py:278:13-21: `_CloneKwargs` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `BaseRequest.__init__` [open-unpacking]
+ ERROR aiohttp/web_request.py:278:13-21: `_CloneKwargs` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `BaseRequest.__init__` [open-unpacking]
build (https://github.com/pypa/build)
+ ERROR src/build/env.py:94:78-88: Extra items of type `object` are not assignable to parameter `context` with type `None` in function `importlib.metadata.distributions` [open-unpacking]
strawberry (https://github.com/strawberry-graphql/strawberry)
- ERROR strawberry/federation/field.py:113:66-85: `FederationFieldParams` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `strawberry.federation.params.process_federation_field_directives` [open-unpacking]
+ ERROR strawberry/federation/field.py:113:66-85: `FederationFieldParams` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `strawberry.federation.params.process_federation_field_directives` [open-unpacking]
- ERROR strawberry/federation/object_type.py:39:21-40: `FederationTypeParams` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `strawberry.federation.params.process_federation_type_directives` [open-unpacking]
+ ERROR strawberry/federation/object_type.py:39:21-40: `FederationTypeParams` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `strawberry.federation.params.process_federation_type_directives` [open-unpacking]
+ ERROR strawberry/federation/object_type.py:103:9-28: Extra items of type `object` are not assignable to parameter `one_of` with type `bool | None` in function `_impl_type` [open-unpacking]
+ ERROR strawberry/federation/object_type.py:103:9-28: Extra items of type `object` are not assignable to parameter `is_input` with type `bool` in function `_impl_type` [open-unpacking]
+ ERROR strawberry/federation/object_type.py:103:9-28: Extra items of type `object` are not assignable to parameter `is_interface` with type `bool` in function `_impl_type` [open-unpacking]
+ ERROR strawberry/federation/object_type.py:103:9-28: Extra items of type `object` are not assignable to parameter `is_interface_object` with type `bool` in function `_impl_type` [open-unpacking]
+ ERROR strawberry/federation/object_type.py:209:9-28: Extra items of type `object` are not assignable to parameter `one_of` with type `bool | None` in function `_impl_type` [open-unpacking]
+ ERROR strawberry/federation/object_type.py:209:9-28: Extra items of type `object` are not assignable to parameter `is_input` with type `bool` in function `_impl_type` [open-unpacking]
+ ERROR strawberry/federation/object_type.py:209:9-28: Extra items of type `object` are not assignable to parameter `is_interface_object` with type `bool` in function `_impl_type` [open-unpacking]
+ ERROR strawberry/federation/object_type.py:209:9-28: Extra items of type `object` are not assignable to parameter `extend` with type `bool` in function `_impl_type` [open-unpacking]
+ ERROR strawberry/federation/object_type.py:209:9-28: Extra items of type `object` are not assignable to parameter `shareable` with type `bool` in function `_impl_type` [open-unpacking]
+ ERROR strawberry/federation/object_type.py:259:9-28: Extra items of type `object` are not assignable to parameter `one_of` with type `bool | None` in function `_impl_type` [open-unpacking]
+ ERROR strawberry/federation/object_type.py:259:9-28: Extra items of type `object` are not assignable to parameter `is_input` with type `bool` in function `_impl_type` [open-unpacking]
+ ERROR strawberry/federation/object_type.py:259:9-28: Extra items of type `object` are not assignable to parameter `extend` with type `bool` in function `_impl_type` [open-unpacking]
+ ERROR strawberry/federation/object_type.py:259:9-28: Extra items of type `object` are not assignable to parameter `shareable` with type `bool` in function `_impl_type` [open-unpacking]
- ERROR strawberry/schema/schema.py:172:9-42: `ParseOptions` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `graphql.language.parser.parse` [open-unpacking]
+ ERROR strawberry/schema/schema.py:172:9-42: `ParseOptions` may contain extra items of type `object`, which cannot be unpacked into a callable that accepts no extra keyword arguments in function `graphql.language.parser.parse` [open-unpacking]
+ ERROR strawberry/schema/schema.py:172:9-42: Extra items of type `object` are not assignable to parameter `no_location` with type `bool` in function `graphql.language.parser.parse` [open-unpacking]
+ ERROR strawberry/schema/schema.py:172:9-42: Extra items of type `object` are not assignable to parameter `allow_legacy_fragment_variables` with type `bool` in function `graphql.language.parser.parse` [open-unpacking]
+ ERROR strawberry/schema/schema.py:172:9-42: Extra items of type `object` are not assignable to parameter `experimental_directives_on_directive_definitions` with type `bool` in function `graphql.language.parser.parse` [open-unpacking]
zulip (https://github.com/zulip/zulip)
- ERROR zerver/tests/test_channel_permissions.py:976:13-25: `<anonymous>` is an open TypedDict with unknown extra items, which cannot be unpacked into a callable without `**kwargs` in function `zerver.actions.streams.do_change_stream_permission` [open-unpacking]
+ ERROR zerver/tests/test_scim.py:100:72-93: Extra items of type `object` are not assignable to parameter `extra` with type `str` in function `zerver.lib.test_classes.ZulipTestCaseMixin.client_get` [open-unpacking]
+ ERROR zerver/tests/test_scim.py:100:72-93: Extra items of type `object` are not assignable to parameter `skip_user_agent` with type `bool` in function `zerver.lib.test_classes.ZulipTestCaseMixin.client_get` [open-unpacking]
+ ERROR zerver/tests/test_scim.py:100:72-93: Extra items of type `object` are not assignable to parameter `follow` with type `bool` in function `zerver.lib.test_classes.ZulipTestCaseMixin.client_get` [open-unpacking]
+ ERROR zerver/tests/test_scim.py:100:72-93: Extra items of type `object` are not assignable to parameter `secure` with type `bool` in function `zerver.lib.test_classes.ZulipTestCaseMixin.client_get` [open-unpacking]
+ ERROR zerver/tests/test_scim.py:100:72-93: Extra items of type `object` are not assignable to parameter `headers` with type `Mapping[str, Any] | None` in function `zerver.lib.test_classes.ZulipTestCaseMixin.client_get` [open-unpacking]
+ ERROR zerver/tests/test_scim.py:100:72-93: Extra items of type `object` are not assignable to parameter `query_params` with type `Mapping[str, Any] | None` in function `zerver.lib.test_classes.ZulipTestCaseMixin.client_get` [open-unpacking]
+ ERROR zerver/tests/test_scim.py:100:72-93: Extra items of type `object` are not assignable to parameter `intentionally_undocumented` with type `bool` in function `zerver.lib.test_classes.ZulipTestCaseMixin.client_get` [open-unpacking]
+ ERROR zerver/tests/test_scim.py:109:68-89: Extra items of type `object` are not assignable to parameter `extra` with type `str` in function `zerver.lib.test_classes.ZulipTestCaseMixin.client_get` [open-unpacking]
+ ERROR zerver/tests/test_scim.py:109:68-89: Extra items of type `object` are not assignable to parameter `skip_user_agent` with type `bool` in function `zerver.lib.test_classes.ZulipTestCaseMixin.client_get` [open-unpacking]
+ ERROR zerver/tests/test_scim.py:109:68-89: Extra items of type `object` are not assignable to parameter `follow` with type `bool` in function `zerver.lib.test_classes.ZulipTestCaseMixin.client_get` [open-unpacking]
+ ERROR zerver/tests/test_scim.py:109:68-89: Extra items of type `object` are not assignable to parameter `secure` with type `bool` in function `zerver.lib.test_classes.ZulipTestCaseMixin.client_get` [open-unpacking]
+ ERROR zerver/tests/test_scim.py:109:68-89: Extra items of type `object` are not assignable to parameter `headers` with type `Mapping[str, Any] | None` in function `zerver.lib.test_classes.ZulipTestCaseMixin.client_get` [open-unpacking]
+ ERROR zerver/tests/test_scim.py:109:68-89: Extra items of type `object` are not assignable to parameter `query_params` with type `Mapping[str, Any] | None` in function `zerver.lib.test_classes.ZulipTestCaseMixin.client_get` [open-unpacking]
+ ERROR zerver/tests/test_scim.py:109:68-89: Extra items of type `object` are not assignable to parameter `intentionally_undocumented` with type `bool` in function `zerver.lib.test_classes.ZulipTestCaseMixin.client_get` [open-unpacking]
... (truncated 633 lines) ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
python/typing#2338 added a bunch of conformance tests and rules in the spec.
This PR adds those test cases to Pyrefly's suite and makes Pyrefly pass them.
Only the open typed dict rules get the special open-unpacking error code to be off-by-default, the rest get normal errors.
Test Plan
added tests