Ecosystem report

Old: main (merge base) e9719d42 New: 26349/merge 0993b3b1
Lint Rule Removed Added Changed
Total 7 0 0
invalid-argument-type 7 0 0
Project Removed Added Changed
Total 7 0 0
schemathesis 7 0 0

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

src/schemathesis/generation/overrides.py

[error] invalid-argument-type - Argument to function `lookup_parameter` is incorrect: Expected `str`, found `Literal["query", "header", "path", "cookie", "body"] | None`

src/schemathesis/generation/dictionaries.py

[error] invalid-argument-type - Argument to function `_find_parameter_binding` is incorrect: Expected `str`, found `Literal["query", "header", "path", "cookie", "body"] | None`
[error] invalid-argument-type - Argument to function `_find_parameter_binding` is incorrect: Expected `str`, found `Literal["query", "header", "path", "cookie", "body"] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Literal["query", "header", "path", "cookie", "body"] | None`

src/schemathesis/specs/openapi/extra_data_source.py

[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Literal["query", "header", "path", "cookie", "body"] | None`
[error] invalid-argument-type - Argument is incorrect: Expected `str`, found `Literal["query", "header", "path", "cookie", "body"] | None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[str, str]`, found `tuple[Literal["query", "header", "path", "cookie", "body"] | None, str]`