Ecosystem report

Old: main (merge base) f9324a5b New: 23716/merge 1b417e35
Lint Rule Removed Added Changed
Total 0 0 1
invalid-return-type 0 0 1
Project Removed Added Changed
Total 0 0 1
discord.py 0 0 1
pydantic flaky 0 0 0
scikit-build-core flaky 0 0 0

discord.py (https://github.com/Rapptz/discord.py)

discord/ext/commands/converter.py

[error] invalid-return-type - Return type does not match returned value: expected `tuple[int | None, int, int]`, found `tuple[(Guild & ~AlwaysTruthy) | None | int, int, int]`
[error] invalid-return-type - Return type does not match returned value: expected `tuple[int | None, int, int]`, found `tuple[None | (Guild & ~AlwaysTruthy) | int, int, int]`