Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.2k
Comparing changes
Open a pull request
base repository:pylint-dev/pylint
Uh oh!
There was an error while loading.Please reload this page.
base:v2.13.5
head repository:pylint-dev/pylint
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.13.6
- 8commits
- 28files changed
- 5contributors
Commits on Apr 20, 2022
Suppress
useless-super-delegation
if return type changed (#5822) (#……6141)* Reinstate warning if base method has no return type annotation
Fix
AstroidError
in similarity checker with imports/signatures igno……red (#6357)Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
Fix a crash in the
unsupported-membership-test
checker involving ……tuple unpacking (#6367)An assumption of direct parentage between `AssignName` and `Assign` was violated by tuple unpacking.
Prevent false positive
undefined-variable
for user-specified builti……ns given type annotations (#6392)
Upgrade astroid to 2.11.3 (#6398)
Pierre-Sassoulas committedApr 20, 2022 Bump pylint to 2.13.6, update changelog
Pierre-Sassoulas committedApr 20, 2022
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.13.5...v2.13.6
Uh oh!
There was an error while loading.Please reload this page.