Ecosystem report

Old: main (merge base) da575120 New: 27899/merge b1485a58
Lint Rule Removed Added Changed
Total 1 117 0
unknown-argument 0 113 0
no-matching-overload 0 3 0
type-assertion-failure 0 1 0
unused-type-ignore-comment 1 0 0
Project Removed Added Changed
Total 1 117 0
graphql-core strict 1 31 0
meson strict 0 11 0
core strict 0 10 0
pip non-strict 0 8 0
dulwich strict 0 5 0
rotki strict 0 5 0
steam.py non-strict 0 5 0
discord.py strict 0 4 0
prefect strict 0 4 0
scikit-learn strict 0 4 0
scrapy strict 0 4 0
hydra-zen non-strict 0 3 0
pytest-autoprofile non-strict 0 3 0
strawberry non-strict 0 3 0
xarray strict 0 3 0
aiohttp non-strict 0 2 0
dd-trace-py non-strict 0 2 0
pandas-stubs strict 0 2 0
scipy non-strict 0 2 0
colour non-strict 0 1 0

aiohttp non-strict (https://github.com/aio-libs/aiohttp)

aiohttp/client.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `ResponseHandler.set_response_params`

aiohttp/web_request.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `BaseRequest.__init__`

colour non-strict (https://github.com/colour-science/colour)

colour/utilities/verbose.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `set_printoptions`

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

homeassistant/components/aprilaire/coordinator.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `DeviceRegistry.async_update_device`

homeassistant/components/backup/config.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter

homeassistant/components/tts/__init__.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `SpeechManager.async_create_result_stream`

homeassistant/components/tts/media_source.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `SpeechManager.async_create_result_stream`

homeassistant/helpers/device_registry.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `DeviceRegistry._async_update_device`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `DeviceRegistry._async_update_device`

homeassistant/helpers/entity_platform.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `DeviceRegistry.async_get_or_create_child`

homeassistant/helpers/script.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `ServiceRegistry.async_call`

homeassistant/helpers/service.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `ServiceRegistry.async_call`

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

ddtrace/appsec/_contrib/django/__init__.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `track_user_login_success_event`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `track_user_login_failure_event`

discord.py strict (https://github.com/Rapptz/discord.py)

discord/channel.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Guild.create_text_channel`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Guild.create_voice_channel`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Guild.create_stage_channel`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Guild.create_forum`

dulwich strict (https://github.com/dulwich/dulwich)

dulwich/porcelain/__init__.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `get_transport_and_path`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `get_transport_and_path`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `get_transport_and_path`

dulwich/stash.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `WorkTree.commit`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `WorkTree.commit`

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

src/graphql/type/directives.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLDirective.__init__`

src/graphql/utilities/build_ast_schema.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLSchema.__init__`

src/graphql/utilities/lexicographic_sort_schema.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLSchema.__init__`

tests/utilities/test_map_schema_config.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLSchema.__init__`

src/graphql/type/definition.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLField.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLArgument.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLEnumValue.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLInputField.__init__`

src/graphql/type/schema.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLSchema.__init__`

src/graphql/utilities/extend_schema.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLSchema.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLDirective.__init__`

src/graphql/utilities/map_schema_config.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLField.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLArgument.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLEnumValue.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLInputField.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLDirective.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLScalarType.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLObjectType.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLInterfaceType.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLUnionType.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLEnumType.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLInputObjectType.__init__`

tests/benchmarks/test_graphql_schema.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLSchema.__init__`

tests/type/test_definition.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLNamedType.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter
[warning] unused-type-ignore-comment - Unused blanket `type: ignore` directive

tests/type/test_schema.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `GraphQLSchema.__init__`

hydra-zen non-strict (https://github.com/mit-ll-responsible-ai/hydra-zen)

src/hydra_zen/structured_configs/_implementations.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `make_dataclass`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `make_dataclass`

src/hydra_zen/wrapper/_implementations.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `ConfigStore.store`

materialize strict (https://github.com/MaterializeInc/materialize)

test/pg-cdc-old-syntax/mzcompose.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `Materialized.__init__`

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

mesonbuild/backend/ninjabackend.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `NinjaRule.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `NinjaRule.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `NinjaRule.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `NinjaRule.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `NinjaRule.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `NinjaRule.__init__`

mesonbuild/interpreter/interpreter.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Interpreter.summary_impl`

mesonbuild/interpreter/interpreterobjects.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Dependency.get_partial_dependency`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `ExternalLibrary.get_partial_dependency`

mesonbuild/modules/i18n.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `XgettextProgram.extract`

mesonbuild/options.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `OptionKey._init`

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

tests/frame/test_frame.py

[error] type-assertion-failure - Type `Unknown` does not match asserted type `DataFrame`
[error] no-matching-overload - No overload of function `read_csv` matches arguments

pip non-strict (https://github.com/pypa/pip)

src/pip/_vendor/requests/api.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Session.request`

src/pip/_vendor/requests/sessions.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Session.request`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Session.request`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Session.request`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Session.request`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Session.request`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Session.request`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Session.request`

poetry non-strict (https://github.com/python-poetry/poetry)

tests/integration/test_utils_vcs_git.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Git.clone`

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

src/integrations/prefect-dbt/prefect_dbt/core/runner.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `Task.__init__`

src/prefect/cli/deployment.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `IntervalSchedule.__init__`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter

src/prefect/tasks.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `Task.__init__`

pylint strict (https://github.com/pycqa/pylint)

pylint/checkers/base_checker.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `MessageDefinition.__init__`

pytest-autoprofile non-strict (https://gitlab.com/TTsangSC/pytest-autoprofile)

src/pytest_autoprofile/_test_utils.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Signature.replace`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Signature.replace`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of bound method `Signature.replace`

rotki strict (https://github.com/rotki/rotki)

rotkehlchen/history/events/structures/base.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `HistoryEvent.__init__`

rotkehlchen/history/events/structures/evm_swap.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `EvmSwapEvent.__init__`

rotkehlchen/history/events/structures/onchain_event.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `OnchainEvent.__init__`

rotkehlchen/history/events/structures/solana_swap.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `SolanaSwapEvent.__init__`

rotkehlchen/history/events/structures/swap.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of `SwapEvent.__init__`

scikit-learn strict (https://github.com/scikit-learn/scikit-learn)

sklearn/decomposition/_dict_learning.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `seterr`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `seterr`

sklearn/metrics/tests/test_classification.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `seterr`

sklearn/model_selection/_split.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `set_printoptions`

scipy non-strict (https://github.com/scipy/scipy)

scipy/optimize/_linprog.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `set_printoptions`

scipy/optimize/tests/test__differential_evolution.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `seterr`

scrapy strict (https://github.com/scrapy/scrapy)

scrapy/core/downloader/handlers/_base_streaming.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `make_response`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `make_response`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `make_response`
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `make_response`

setuptools strict (https://github.com/pypa/setuptools)

setuptools/_scripts.py

[error] no-matching-overload - No overload of function `split` matches arguments

steam.py non-strict (https://github.com/Gobot1234/steam.py)

steam/state.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter

strawberry non-strict (https://github.com/strawberry-graphql/strawberry)

strawberry/federation/field.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `process_federation_field_directives`

strawberry/federation/object_type.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `process_federation_type_directives`

strawberry/schema/schema.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `parse`

streamlit strict (https://github.com/streamlit/streamlit)

lib/streamlit/runtime/scriptrunner_utils/script_run_context.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter

xarray strict (https://github.com/pydata/xarray)

xarray/core/formatting.py

[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `set_printoptions`

xarray/tests/test_cftimeindex_resample.py

[error] no-matching-overload - No overload of function `date_range` matches arguments
[error] unknown-argument - Unpacked argument may contain keyword arguments that do not match any known parameter of function `date_range`