Ecosystem report

Old: main (merge base) 810cab35 New: 24767/merge 70769657
Lint Rule Removed Added Changed
Total 0 55 0
invalid-attribute-override 0 55 0
Project Removed Added Changed
Total 0 55 0
sphinx 0 44 0
archinstall 0 2 0
django-stubs 0 2 0
scipy-stubs 0 2 0
dd-trace-py 0 1 0
discord.py 0 1 0
pip 0 1 0
prefect flaky 0 1 0
urllib3 0 1 0

archinstall (https://github.com/archlinux/archinstall)

archinstall/tui/ui/components.py

[error] invalid-attribute-override - Invalid override of attribute `BINDINGS`: class variable cannot override instance variable `Screen.BINDINGS`
[error] invalid-attribute-override - Invalid override of attribute `BINDINGS`: class variable cannot override instance variable `SelectionList.BINDINGS`

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

ddtrace/contrib/_events/llm.py

[error] invalid-attribute-override - Invalid override of attribute `span_type`: instance variable cannot override class variable `TracingEvent.span_type`

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

discord/enums.py

[error] invalid-attribute-override - Invalid override of attribute `__name__`: class variable cannot override instance variable `type.__name__`

django-stubs (https://github.com/typeddjango/django-stubs)

tests/assert_type/db/migrations/test_classvar.py

[error] invalid-attribute-override - Invalid override of attribute `operations`: instance variable cannot override class variable `Migration.operations`
[error] invalid-attribute-override - Invalid override of attribute `initial`: instance variable cannot override class variable `Migration.initial`

pip (https://github.com/pypa/pip)

src/pip/_vendor/urllib3/connection.py

[error] invalid-attribute-override - Invalid override of attribute `default_port`: class variable cannot override instance variable `HTTPConnection.default_port`

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

src/integrations/prefect-ray/prefect_ray/context.py

[error] invalid-attribute-override - Invalid override of attribute `__var__`: instance variable cannot override class variable `ContextModel.__var__`

scipy-stubs (https://github.com/scipy/scipy-stubs)

scipy-stubs/stats/_resampling.pyi

[error] invalid-attribute-override - Invalid override of attribute `__match_args__`: class variable cannot override instance variable `ResamplingMethod.__match_args__`
[error] invalid-attribute-override - Invalid override of attribute `__match_args__`: class variable cannot override instance variable `ResamplingMethod.__match_args__`

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/directives/__init__.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/directives/admonitions.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `BaseAdmonition.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `BaseAdmonition.option_spec`

sphinx/domains/changeset.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/domains/index.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/ext/ifconfig.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/ext/todo.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/transforms/post_transforms/__init__.py

[error] invalid-attribute-override - Invalid override of attribute `default_priority`: class variable cannot override instance variable `Transform.default_priority`

sphinx/directives/code.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/directives/other.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/directives/patches.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/domains/c/__init__.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/domains/cpp/__init__.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/domains/javascript.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/domains/python/__init__.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/domains/std/__init__.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/ext/autosummary/__init__.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/ext/doctest.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/ext/graphviz.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`
[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/ext/inheritance_diagram.py

[error] invalid-attribute-override - Invalid override of attribute `option_spec`: class variable cannot override instance variable `Directive.option_spec`

sphinx/transforms/__init__.py

[error] invalid-attribute-override - Invalid override of attribute `smartquotes_action`: class variable cannot override instance variable `SmartQuotes.smartquotes_action`

sphinx/transforms/post_transforms/code.py

[error] invalid-attribute-override - Invalid override of attribute `default_priority`: class variable cannot override instance variable `Transform.default_priority`

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

src/urllib3/connection.py

[error] invalid-attribute-override - Invalid override of attribute `default_port`: class variable cannot override instance variable `HTTPConnection.default_port`