Ecosystem report

Old: main (merge base) ef45c97d New: 21817/merge 8848f6c8
Lint Rule Removed Added Changed
Total 4 4 0
unresolved-import 1 2 0
unsupported-base 1 2 0
unused-ignore-comment 2 0 0
Project Removed Added Changed
Total 4 4 0
beartype 0 2 0
manticore 0 2 0
rotki 2 0 0
prefect 1 0 0
scikit-build-core 1 0 0

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

beartype/claw/_package/clawpkgtrie.py

[warning] unsupported-base - :66:29 - Unsupported class base with type `<class 'dict[str, PackagesTrieBlacklist]'> | <class 'dict[str, Divergent]'>`
[warning] unsupported-base - :247:29 - Unsupported class base with type `<class 'dict[str, PackagesTrieWhitelist]'> | <class 'dict[str, Divergent]'>`

manticore (https://github.com/trailofbits/manticore)

server/tests/test_ethereum.py

[error] unresolved-import - :16:6 - Cannot resolve imported module `tests.mock_classes`

server/tests/test_native.py

[error] unresolved-import - :14:6 - Cannot resolve imported module `tests.mock_classes`

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

src/integrations/prefect-azure/tests/test_credentials.py

[error] unresolved-import - :5:6 - Cannot resolve imported module `conftest`

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

rotkehlchen/accounting/structures/processed_event.py

[warning] unused-ignore-comment - :85:75 - Unused blanket `type: ignore` directive

rotkehlchen/api/rest.py

[warning] unused-ignore-comment - :1041:73 - Unused blanket `type: ignore` directive

scikit-build-core (https://github.com/scikit-build/scikit-build-core)

src/scikit_build_core/_logging.py

[warning] unsupported-base - :153:13 - Unsupported class base with type `<class 'Mapping[str, Style]'> | <class 'Mapping[str, Divergent]'>`