Summary

Comparing branches/commits:
Old: main (merge base) 59aa8697
New: 19187/merge a534cf66
Lint Rule Removed Added Changed
Total 1 4 1
invalid-argument-type 1 0 1
invalid-assignment 0 2 0
unsupported-operator 0 2 0

itsdangerous (https://github.com/pallets/itsdangerous)

src/itsdangerous/url_safe.py

[error] invalid-assignment - :21:5 - Object of type `<class '_CompactJSON'>` is not assignable to `_PDataSerializer[str]`

src/itsdangerous/serializer.py

[error] invalid-assignment - :95:5 - Object of type `<module 'json'>` is not assignable to `_PDataSerializer[Any]`

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

pwndbg/aglib/nearpc.py

[error] unsupported-operator - :304:24 - Operator `*` is unsupported between objects of type `Unknown | Parameter` and `Literal[" "]`

pwndbg/commands/context.py

[error] unsupported-operator - :1189:39 - Operator `*` is unsupported between objects of type `Literal[" "]` and `Parameter`

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

tests/test_utils_spider.py

[error] invalid-argument-type - :20:17 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `AsyncGenerator[Unknown, None]`

werkzeug (https://github.com/pallets/werkzeug)

tests/test_test.py

[error] invalid-argument-type - :438:36 -
Old: Argument to bound method `add_file` is incorrect: Expected `str | PathLike[str] | IO[bytes]`, found `SpecialInput`
New: Argument to bound method `add_file` is incorrect: Expected `str | PathLike[str] | IO[bytes] | FileStorage`, found `SpecialInput`