Summary

Comparing branches/commits:
Old: main (merge base) 1079975b
New: 19527/merge 330ee8a5
Lint Rule Removed Added Changed
Total 212 0 2
invalid-argument-type 197 0 1
invalid-assignment 15 0 1

anyio (https://github.com/agronholm/anyio)

src/anyio/streams/text.py

[error] invalid-assignment - :45:5 - Object of type `Literal["utf-8"]` is not assignable to `InitVar[str]`
[error] invalid-assignment - :46:5 - Object of type `Literal["strict"]` is not assignable to `InitVar[str]`
[error] invalid-assignment - :85:5 - Object of type `Literal["utf-8"]` is not assignable to `InitVar[str]`
[error] invalid-assignment - :124:5 - Object of type `Literal["utf-8"]` is not assignable to `InitVar[str]`
[error] invalid-assignment - :125:5 - Object of type `Literal["strict"]` is not assignable to `InitVar[str]`
[error] invalid-argument-type - :131:36 - Argument is incorrect: Expected `InitVar[str]`, found `str`
[error] invalid-argument-type - :131:55 - Argument is incorrect: Expected `InitVar[str]`, found `str`
[error] invalid-argument-type - :134:36 - Argument is incorrect: Expected `InitVar[str]`, found `str`

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

src/bokeh/plotting/gmap.py

[error] invalid-argument-type - :78:67 - Argument to function `_get_num_minor_ticks` is incorrect: Expected `int | Literal["auto"] | None`, found `InitVar[Unknown | int]`
[error] invalid-argument-type - :84:67 - Argument to function `_get_num_minor_ticks` is incorrect: Expected `int | Literal["auto"] | None`, found `InitVar[Unknown | int]`
[error] invalid-argument-type - :87:67 -
Old: Argument to function `process_tools_arg` is incorrect: Expected `str | list[tuple[str, str]] | None`, found `InitVar[Template | str | list[tuple[str, str]] | None]`
New: Argument to function `process_tools_arg` is incorrect: Expected `str | list[tuple[str, str]] | None`, found `Template | str | list[tuple[str, str]] | None`
[error] invalid-argument-type - :87:55 - Argument to function `process_tools_arg` is incorrect: Expected `Sequence[Tool | str]`, found `InitVar[Sequence[str | Tool]]`

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

src/hydra_zen/structured_configs/_implementations.py

[error] invalid-assignment - :665:5 - Object of type `None` is not assignable to `InitVar[ZenConvert | None]`

kopf (https://github.com/nolar/kopf)

kopf/_cogs/structs/references.py

[error] invalid-assignment - :269:5 - Object of type `None` is not assignable to `InitVar[None | str | Marker]`
[error] invalid-assignment - :270:5 - Object of type `None` is not assignable to `InitVar[None | str | Marker]`
[error] invalid-assignment - :271:5 - Object of type `None` is not assignable to `InitVar[None | str | Marker]`
[error] invalid-assignment - :272:5 - Object of type `None` is not assignable to `InitVar[None]`
[error] invalid-argument-type - :394:17 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["apiextensions.k8s.io"]`
[error] invalid-argument-type - :394:41 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["customresourcedefinitions"]`
[error] invalid-argument-type - :395:19 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["v1"]`
[error] invalid-argument-type - :395:25 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["events"]`
[error] invalid-argument-type - :396:23 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["events.k8s.io"]`
[error] invalid-argument-type - :396:40 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["events"]`
[error] invalid-argument-type - :397:23 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["v1"]`
[error] invalid-argument-type - :397:29 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["namespaces"]`
[error] invalid-argument-type - :398:31 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["kopf.dev/v1"]`
[error] invalid-argument-type - :398:46 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["clusterkopfpeerings"]`
[error] invalid-argument-type - :399:31 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["zalando.org/v1"]`
[error] invalid-argument-type - :399:49 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["clusterkopfpeerings"]`
[error] invalid-argument-type - :400:34 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["kopf.dev/v1"]`
[error] invalid-argument-type - :400:49 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["kopfpeerings"]`
[error] invalid-argument-type - :401:34 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["zalando.org/v1"]`
[error] invalid-argument-type - :401:52 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["kopfpeerings"]`
[error] invalid-argument-type - :402:29 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["admissionregistration.k8s.io"]`
[error] invalid-argument-type - :402:61 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["mutatingwebhookconfigurations"]`
[error] invalid-argument-type - :403:31 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["admissionregistration.k8s.io"]`
[error] invalid-argument-type - :403:63 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `Literal["validatingwebhookconfigurations"]`

kopf/on.py

[error] invalid-argument-type - :184:13 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :184:46 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :184:65 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :244:13 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :244:46 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :244:65 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :301:13 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :301:46 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :301:65 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :357:13 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :357:46 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :357:65 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :415:13 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :415:46 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :415:65 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :472:13 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :472:46 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :472:65 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :530:13 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :530:46 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :530:65 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :586:13 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :586:46 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :586:65 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :636:13 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :636:46 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :636:65 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :694:13 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :694:46 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :694:65 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :756:13 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :756:46 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`
[error] invalid-argument-type - :756:65 - Argument is incorrect: Expected `InitVar[None | str | Marker]`, found `str | Marker | None`

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

mesonbuild/compilers/c.py

[error] invalid-argument-type - :132:17 - Argument is incorrect: Expected `InitVar[str | list[str]]`, found `Unknown | list[Unknown]`
[error] invalid-argument-type - :264:17 - Argument is incorrect: Expected `InitVar[str | list[str]]`, found `Unknown | list[Unknown]`
[error] invalid-argument-type - :415:13 - Argument is incorrect: Expected `InitVar[str | list[str]]`, found `Unknown | list[Unknown]`

mesonbuild/compilers/cpp.py

[error] invalid-argument-type - :245:13 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["default"]`
[error] invalid-argument-type - :252:13 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :258:13 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`
[error] invalid-argument-type - :265:17 - Argument is incorrect: Expected `InitVar[str | list[str]]`, found `Unknown | list[Unknown]`
[error] invalid-argument-type - :418:13 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["default"]`
[error] invalid-argument-type - :469:13 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["default"]`
[error] invalid-argument-type - :476:13 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :482:13 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`
[error] invalid-argument-type - :489:17 - Argument is incorrect: Expected `InitVar[str | list[str]]`, found `Unknown | list[Unknown]`
[error] invalid-argument-type - :606:13 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["default"]`
[error] invalid-argument-type - :613:13 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`
[error] invalid-argument-type - :695:13 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["default"]`
[error] invalid-argument-type - :702:13 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :708:13 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`
[error] invalid-argument-type - :804:13 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["default"]`
[error] invalid-argument-type - :811:13 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :817:13 - Argument is incorrect: Expected `InitVar[str | list[str]]`, found `Unknown | list[Unknown]`

mesonbuild/compilers/cython.py

[error] invalid-argument-type - :77:13 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["3"]`
[error] invalid-argument-type - :84:13 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["c"]`

mesonbuild/compilers/fortran.py

[error] invalid-argument-type - :124:13 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["none"]`

mesonbuild/compilers/mixins/emscripten.py

[error] invalid-argument-type - :66:13 - Argument is incorrect: Expected `InitVar[int]`, found `Literal[4]`

mesonbuild/compilers/swift.py

[error] invalid-argument-type - :127:13 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["none"]`

unittests/optiontests.py

[error] invalid-argument-type - :20:63 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["somevalue"]`
[error] invalid-argument-type - :32:65 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["somevalue"]`
[error] invalid-argument-type - :45:78 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["/usr"]`
[error] invalid-argument-type - :47:64 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["ninja"]`
[error] invalid-argument-type - :64:65 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["false"]`
[error] invalid-argument-type - :91:63 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["somevalue"]`
[error] invalid-argument-type - :100:60 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["original"]`
[error] invalid-argument-type - :104:61 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["reset"]`
[error] invalid-argument-type - :114:59 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["top"]`
[error] invalid-argument-type - :118:61 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["sub"]`
[error] invalid-argument-type - :128:59 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["top"]`
[error] invalid-argument-type - :137:59 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["top"]`
[error] invalid-argument-type - :141:61 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["sub"]`
[error] invalid-argument-type - :153:63 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["top"]`
[error] invalid-argument-type - :157:65 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["sub"]`
[error] invalid-argument-type - :171:59 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["default1"]`
[error] invalid-argument-type - :177:61 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["default2"]`
[error] invalid-argument-type - :197:30 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["c++11"]`
[error] invalid-argument-type - :240:30 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["c++11"]`
[error] invalid-argument-type - :274:78 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["/usr"]`
[error] invalid-argument-type - :276:46 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`
[error] invalid-argument-type - :278:46 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :295:78 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["/usr"]`
[error] invalid-argument-type - :297:57 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["0"]`
[error] invalid-argument-type - :316:78 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["/usr"]`
[error] invalid-argument-type - :318:57 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["0"]`
[error] invalid-argument-type - :336:78 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["/usr"]`
[error] invalid-argument-type - :338:57 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["0"]`
[error] invalid-argument-type - :357:78 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["/usr"]`
[error] invalid-argument-type - :359:54 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["both"]`
[error] invalid-argument-type - :382:82 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["/usr"]`
[error] invalid-argument-type - :384:67 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["debug"]`
[error] invalid-argument-type - :386:71 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["0"]`
[error] invalid-argument-type - :388:90 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :401:72 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["0"]`

mesonbuild/cargo/interpreter.py

[error] invalid-assignment - :295:5 - Object of type `None` is not assignable to `InitVar[str | None]`

mesonbuild/compilers/cuda.py

[error] invalid-argument-type - :643:13 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["none"]`
[error] invalid-argument-type - :650:13 - Argument is incorrect: Expected `InitVar[str]`, found `Literal[""]`

mesonbuild/compilers/rust.py

[error] invalid-argument-type - :241:13 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["none"]`
[error] invalid-argument-type - :248:13 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`

mesonbuild/coredata.py

[error] invalid-argument-type - :387:17 - Argument is incorrect: Expected `InitVar[int]`, found `Literal[0]`
[error] invalid-argument-type - :393:17 - Argument is incorrect: Expected `InitVar[str]`, found `Literal[""]`

mesonbuild/msubprojects.py

[error] invalid-argument-type - :747:33 - Argument is incorrect: Expected `InitVar[Resolver]`, found `Resolver`

mesonbuild/options.py

[error] invalid-argument-type - :688:59 - Argument is incorrect: Expected `InitVar[str]`, found `str`
[error] invalid-argument-type - :689:60 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["bin"]`
[error] invalid-argument-type - :690:60 - Argument is incorrect: Expected `InitVar[str]`, found `str`
[error] invalid-argument-type - :691:65 - Argument is incorrect: Expected `InitVar[str]`, found `str`
[error] invalid-argument-type - :692:60 - Argument is incorrect: Expected `InitVar[str]`, found `str`
[error] invalid-argument-type - :693:57 - Argument is incorrect: Expected `InitVar[str]`, found `str`
[error] invalid-argument-type - :694:62 - Argument is incorrect: Expected `InitVar[str]`, found `Literal[""]`
[error] invalid-argument-type - :695:72 - Argument is incorrect: Expected `InitVar[str]`, found `str`
[error] invalid-argument-type - :696:64 - Argument is incorrect: Expected `InitVar[str]`, found `str`
[error] invalid-argument-type - :697:72 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["var"]`
[error] invalid-argument-type - :698:61 - Argument is incorrect: Expected `InitVar[str]`, found `str`
[error] invalid-argument-type - :699:68 - Argument is incorrect: Expected `InitVar[str]`, found `str`
[error] invalid-argument-type - :700:87 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["com"]`
[error] invalid-argument-type - :701:66 - Argument is incorrect: Expected `InitVar[str]`, found `str`
[error] invalid-argument-type - :707:85 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["auto"]`
[error] invalid-argument-type - :708:54 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["ninja"]`
[error] invalid-argument-type - :713:13 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["vs2022"]`
[error] invalid-argument-type - :716:59 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["debug"]`
[error] invalid-argument-type - :717:82 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :718:68 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["shared"]`
[error] invalid-argument-type - :720:94 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["shared"]`
[error] invalid-argument-type - :722:88 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :723:102 - Argument is incorrect: Expected `InitVar[Literal["preserve"] | OctalInt]`, found `OctalInt`
[error] invalid-argument-type - :724:61 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["mirror"]`
[error] invalid-argument-type - :725:63 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["0"]`
[error] invalid-argument-type - :726:99 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`
[error] invalid-argument-type - :727:79 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :728:64 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`
[error] invalid-argument-type - :729:49 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["off"]`
[error] invalid-argument-type - :730:61 - Argument is incorrect: Expected `InitVar[int]`, found `Literal[4]`
[error] invalid-argument-type - :731:75 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["1"]`
[error] invalid-argument-type - :733:65 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`
[error] invalid-argument-type - :734:51 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["default"]`
[error] invalid-argument-type - :735:93 - Argument is incorrect: Expected `InitVar[str | list[str]]`, found `list[Unknown]`
[error] invalid-argument-type - :736:74 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`
[error] invalid-argument-type - :739:95 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`
[error] invalid-argument-type - :742:80 - Argument is incorrect: Expected `InitVar[int]`, found `Literal[0]`
[error] invalid-argument-type - :743:89 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["prefix"]`
[error] invalid-argument-type - :745:104 - Argument is incorrect: Expected `InitVar[str]`, found `Literal[""]`
[error] invalid-argument-type - :746:108 - Argument is incorrect: Expected `InitVar[str]`, found `Literal[""]`
[error] invalid-argument-type - :747:105 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :755:103 - Argument is incorrect: Expected `InitVar[str | list[str]]`, found `list[Unknown]`
[error] invalid-argument-type - :756:103 - Argument is incorrect: Expected `InitVar[str | list[str]]`, found `list[Unknown]`
[error] invalid-argument-type - :774:63 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :775:66 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`
[error] invalid-argument-type - :776:95 - Argument is incorrect: Expected `InitVar[int]`, found `Literal[0]`
[error] invalid-argument-type - :777:78 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["default"]`
[error] invalid-argument-type - :778:104 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`
[error] invalid-argument-type - :779:93 - Argument is incorrect: Expected `InitVar[str]`, found `Literal[""]`
[error] invalid-argument-type - :780:70 - Argument is incorrect: Expected `InitVar[str | list[str]]`, found `list[Unknown]`
[error] invalid-argument-type - :781:78 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :782:77 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :784:57 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["off"]`
[error] invalid-argument-type - :785:70 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`
[error] invalid-argument-type - :787:49 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["always"]`
[error] invalid-argument-type - :789:44 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["false"]`
[error] invalid-argument-type - :790:92 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :791:81 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`
[error] invalid-argument-type - :792:92 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[False]`
[error] invalid-argument-type - :794:60 - Argument is incorrect: Expected `InitVar[str]`, found `Literal["from_buildtype"]`

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

src/poetry/console/exceptions.py

[error] invalid-assignment - :101:5 - Object of type `Literal[""]` is not assignable to `InitVar[str]`
[error] invalid-argument-type - :211:57 - Argument is incorrect: Expected `InitVar[str]`, found `Literal[" | "]`

src/poetry/vcs/git/backend.py

[error] invalid-argument-type - :212:33 - Argument is incorrect: Expected `InitVar[Unknown | Path]`, found `Unknown | Path`

pytest (https://github.com/pytest-dev/pytest)

testing/example_scripts/dataclasses/test_compare_initvar.py

[error] invalid-argument-type - :15:16 - Argument is incorrect: Expected `InitVar[int]`, found `Literal[1]`
[error] invalid-argument-type - :15:29 - Argument is incorrect: Expected `InitVar[int]`, found `Literal[1]`

src/_pytest/fixtures.py

[error] invalid-assignment - :1219:5 - Object of type `Literal[False]` is not assignable to `InitVar[bool]`
[error] invalid-argument-type - :1389:9 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`

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

rotkehlchen/assets/asset.py

[error] invalid-assignment - :77:5 - Object of type `Literal[False]` is not assignable to `InitVar[bool]`
[error] invalid-argument-type - :345:50 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :396:52 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :567:49 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :669:44 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`
[error] invalid-argument-type - :739:52 - Argument is incorrect: Expected `InitVar[bool]`, found `Literal[True]`

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

strawberry/types/execution.py

[error] invalid-assignment - :46:5 - Object of type `None` is not assignable to `InitVar[str | None]`

strawberry/schema/config.py

[error] invalid-assignment - :17:5 -
Old: Object of type `None` is not assignable to `InitVar[bool]`
New: Object of type `None` is not assignable to `bool`

strawberry/schema/schema.py

[error] invalid-argument-type - :433:13 - Argument is incorrect: Expected `InitVar[str | None]`, found `str | None`