Ecosystem report

Old: main (merge base) e7beb7e1 New: 21704/merge d933ebdc
Lint Rule Removed Added Changed
Total 4 77 0
subclass-of-dataclass-with-order 0 77 0
invalid-argument-type 2 0 0
unsupported-base 2 0 0
Project Removed Added Changed
Total 4 77 0
attrs 0 73 0
beartype 2 0 0
materialize 0 2 0
scikit-build-core 2 0 0
Expression 0 1 0
strawberry 0 1 0

Expression (https://github.com/cognitedata/Expression)

expression/core/try_.py

[warning] subclass-of-dataclass-with-order - :17:11 - Class `Try` inherits from dataclass `Result` which has `order=True`

attrs (https://github.com/python-attrs/attrs)

tests/test_init_subclass.py

[warning] subclass-of-dataclass-with-order - :22:19 - Class `Vanilla` inherits from dataclass `Base` which has `order=True`
[warning] subclass-of-dataclass-with-order - :40:17 - Class `Attrs` inherits from dataclass `Base` which has `order=True`

tests/test_annotations.py

[warning] subclass-of-dataclass-with-order - :189:17 - Class `B` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :194:17 - Class `C` inherits from dataclass `A` which has `order=True`

tests/test_functional.py

[warning] subclass-of-dataclass-with-order - :69:11 - Class `Sub` inherits from dataclass `Base` which has `order=True`
[warning] subclass-of-dataclass-with-order - :74:16 - Class `SubSlots` inherits from dataclass `BaseSlots` which has `order=True`
[warning] subclass-of-dataclass-with-order - :84:17 - Class `SubFrozen` inherits from dataclass `Frozen` which has `order=True`
[warning] subclass-of-dataclass-with-order - :365:28 - Class `SubOverwrite` inherits from dataclass `Base` which has `order=True`
[warning] subclass-of-dataclass-with-order - :423:17 - Class `D` inherits from dataclass `C` which has `order=True`
[warning] subclass-of-dataclass-with-order - :472:17 - Class `D` inherits from dataclass `C` which has `order=True`
[warning] subclass-of-dataclass-with-order - :478:17 - Class `E` inherits from dataclass `D` which has `order=True`
[warning] subclass-of-dataclass-with-order - :519:19 - Class `Sub` inherits from dataclass `Base` which has `order=True`
[warning] subclass-of-dataclass-with-order - :663:17 - Class `D` inherits from dataclass `C` which has `order=True`
[warning] subclass-of-dataclass-with-order - :684:17 - Class `D` inherits from dataclass `C` which has `order=True`
[warning] subclass-of-dataclass-with-order - :733:17 - Class `D` inherits from dataclass `C` which has `order=True`
[warning] subclass-of-dataclass-with-order - :767:26 - Class `ToRegister` inherits from dataclass `Base` which has `order=True`

tests/test_hooks.py

[warning] subclass-of-dataclass-with-order - :199:19 - Class `Sub` inherits from dataclass `Base` which has `order=True`

tests/test_make.py

[warning] subclass-of-dataclass-with-order - :264:17 - Class `C` inherits from dataclass `B` which has `order=True`
[warning] subclass-of-dataclass-with-order - :356:17 - Class `B` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :361:17 - Class `C` inherits from dataclass `B` which has `order=True`
[warning] subclass-of-dataclass-with-order - :361:20 - Class `C` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :366:17 - Class `D` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :371:17 - Class `E` inherits from dataclass `C` which has `order=True`
[warning] subclass-of-dataclass-with-order - :371:20 - Class `E` inherits from dataclass `D` which has `order=True`
[warning] subclass-of-dataclass-with-order - :390:17 - Class `D` inherits from dataclass `C` which has `order=True`
[warning] subclass-of-dataclass-with-order - :408:17 - Class `B` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :413:17 - Class `C` inherits from dataclass `B` which has `order=True`
[warning] subclass-of-dataclass-with-order - :413:20 - Class `C` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :418:17 - Class `D` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :423:17 - Class `E` inherits from dataclass `C` which has `order=True`
[warning] subclass-of-dataclass-with-order - :423:20 - Class `E` inherits from dataclass `D` which has `order=True`
[warning] subclass-of-dataclass-with-order - :447:17 - Class `B` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :451:17 - Class `C` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :458:17 - Class `D` inherits from dataclass `B` which has `order=True`
[warning] subclass-of-dataclass-with-order - :458:20 - Class `D` inherits from dataclass `C` which has `order=True`
[warning] subclass-of-dataclass-with-order - :475:17 - Class `B` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :479:17 - Class `C` inherits from dataclass `B` which has `order=True`
[warning] subclass-of-dataclass-with-order - :964:24 - Class `SubClass` inherits from dataclass `BaseClass` which has `order=True`
[warning] subclass-of-dataclass-with-order - :1086:17 - Class `C` inherits from dataclass `Base` which has `order=True`
[warning] subclass-of-dataclass-with-order - :1124:17 - Class `C` inherits from dataclass `Base` which has `order=True`
[warning] subclass-of-dataclass-with-order - :1138:17 - Class `C` inherits from dataclass `Base` which has `order=True`
[warning] subclass-of-dataclass-with-order - :1186:41 - Class `KwArgBeforeInitFalseChild` inherits from dataclass `KwArgBeforeInitFalseParent` which has `order=True`
[warning] subclass-of-dataclass-with-order - :2201:18 - Class `C2` inherits from dataclass `C` which has `order=True`
[warning] subclass-of-dataclass-with-order - :2220:18 - Class `C2` inherits from dataclass `C` which has `order=True`
[warning] subclass-of-dataclass-with-order - :2410:17 - Class `B` inherits from dataclass `A` which has `order=True`

tests/test_setattr.py

[warning] subclass-of-dataclass-with-order - :240:22 - Class `NoHook` inherits from dataclass `WithOnSetAttrHook` which has `order=True`
[warning] subclass-of-dataclass-with-order - :271:17 - Class `C` inherits from dataclass `B` which has `order=True`
[warning] subclass-of-dataclass-with-order - :323:17 - Class `B` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :340:39 - Class `RemoveNeedForOurSetAttr` inherits from dataclass `WithOnSetAttrHook` which has `order=True`
[warning] subclass-of-dataclass-with-order - :373:33 - Class `CustomSetAttr` inherits from dataclass `Frozen` which has `order=True`
[warning] subclass-of-dataclass-with-order - :413:17 - Class `B` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :420:17 - Class `C` inherits from dataclass `B` which has `order=True`

tests/test_slots.py

[warning] subclass-of-dataclass-with-order - :152:19 - Class `C2Slots` inherits from dataclass `C1` which has `order=True`
[warning] subclass-of-dataclass-with-order - :248:19 - Class `C2Slots` inherits from dataclass `C1Slots` which has `order=True`
[warning] subclass-of-dataclass-with-order - :252:14 - Class `C2` inherits from dataclass `C1` which has `order=True`
[warning] subclass-of-dataclass-with-order - :294:19 - Class `C2Slots` inherits from dataclass `C1Slots` which has `order=True`
[warning] subclass-of-dataclass-with-order - :454:18 - Class `C2` inherits from dataclass `C1` which has `order=True`
[warning] subclass-of-dataclass-with-order - :459:23 - Class `C2Slots` inherits from dataclass `C1Slots` which has `order=True`
[warning] subclass-of-dataclass-with-order - :573:13 - Class `D` inherits from dataclass `C` which has `order=True`
[warning] subclass-of-dataclass-with-order - :699:13 - Class `B` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :705:13 - Class `C` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :730:13 - Class `B` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :901:13 - Class `B` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :928:13 - Class `B` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :955:13 - Class `B` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :989:14 - Class `AB` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :989:17 - Class `AB` inherits from dataclass `B` which has `order=True`
[warning] subclass-of-dataclass-with-order - :1009:13 - Class `B` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :1031:13 - Class `B` inherits from dataclass `A` which has `order=True`
[warning] subclass-of-dataclass-with-order - :1054:13 - Class `B` inherits from dataclass `A` which has `order=True`

typing-examples/mypy.py

[warning] subclass-of-dataclass-with-order - :83:10 - Class `GG` inherits from dataclass `DD` which has `order=True`
[warning] subclass-of-dataclass-with-order - :91:10 - Class `HH` inherits from dataclass `DD` which has `order=True`
[warning] subclass-of-dataclass-with-order - :91:14 - Class `HH` inherits from dataclass `EE` which has `order=True`

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]'>`

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

misc/python/materialize/output_consistency/ignore_filter/ignore_verdict.py

[warning] subclass-of-dataclass-with-order - :18:17 - Class `YesIgnore` inherits from dataclass `IgnoreVerdict` which has `order=True`
[warning] subclass-of-dataclass-with-order - :27:16 - Class `NoIgnore` inherits from dataclass `IgnoreVerdict` which has `order=True`

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

src/scikit_build_core/build/_pathutil.py

[error] invalid-argument-type - :25:38 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `DirEntry[Path]`
[error] invalid-argument-type - :27:24 - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `DirEntry[Path]`

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

strawberry/relay/types.py

[warning] subclass-of-dataclass-with-order - :745:22 - Class `ListConnection` inherits from dataclass `Connection` which has `order=True`