-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: pylint-dev/pylint
base: v2.13.4
head repository: pylint-dev/pylint
compare: v2.13.5
- 12 commits
- 28 files changed
- 8 contributors
Commits on Apr 4, 2022
-
Narrow the scope of the
unnecessary-ellipsischecker (#6081)* Narrow the scope of the ``unnecessary-ellipsis`` checker to functions & classes which contain both a docstring and an ellipsis. * Emit the warning when the body contains an ellipsis expression and at least one other item. Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 57a4d13 - Browse repository at this point
Copy the full SHA 57a4d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7a0faf - Browse repository at this point
Copy the full SHA e7a0fafView commit details -
Fix E1102 /
not-callablefalse positive for property that returns…… a lambda function conditionally (#6068) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c48c45a - Browse repository at this point
Copy the full SHA c48c45aView commit details -
redefined-slots-in-subclasscrash when slot type is neither a str……ing or constant node (#6112) * Suppress `invalid-slots-object` in the function tests for `redefined-slots-in-subclass` Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0599016 - Browse repository at this point
Copy the full SHA 0599016View commit details -
Account for more node types in handling of except block homonyms with…
… comprehensions (#6073) Fixes a false positive for `used-before-assignment`. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 22b5dc1 - Browse repository at this point
Copy the full SHA 22b5dc1View commit details -
Fix handling of "for x in x" homonyms (#6154)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4213b3c - Browse repository at this point
Copy the full SHA 4213b3cView commit details -
Fix false positive for
unused-importwhen disabling both ``used-b……efore-assignment`` and ``undefined-variable`` (#6096) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7024743 - Browse repository at this point
Copy the full SHA 7024743View commit details
Commits on Apr 6, 2022
-
Only emit
lru-cache-decorating-methodwhenmaxsizeisNone(#6181) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0741313 - Browse repository at this point
Copy the full SHA 0741313View commit details -
Configuration menu - View commit details
-
Copy full SHA for a03b6e7 - Browse repository at this point
Copy the full SHA a03b6e7View commit details -
Add
subclassed-final-classmessage to thecheck_messagesdeco……rator (#6190) Fix a false negative for ``subclassed-final-class`` when a set of other messages were disabled. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f251131 - Browse repository at this point
Copy the full SHA f251131View commit details -
Bump black from 22.1.0 to 22.3.0 (#6176)
Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.1.0...22.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2e9b33b - Browse repository at this point
Copy the full SHA 2e9b33bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95cbd2b - Browse repository at this point
Copy the full SHA 95cbd2bView commit details
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.4...v2.13.5