-
-
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: v3.2.2
head repository: pylint-dev/pylint
compare: v3.2.4
- 11 commits
- 24 files changed
- 5 contributors
Commits on Jun 4, 2024
-
Fix a false positive for
redefined-outer-name
(#9678) (#9695)When there is a name defined in an exception-handling block which shares the same name as a local variable that has been defined in a function body. Check if the outer node is in the scope of an exception assignment and do not emit ``redefined-outer-name`` if that is the case. Closes #9671 (cherry picked from commit 57ae027) Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7e5e4f9 - Browse repository at this point
Copy the full SHA 7e5e4f9View commit details
Commits on Jun 5, 2024
-
[multiple-statements] Make pylint compatible with black's 2024 style (#…
Configuration menu - View commit details
-
Copy full SHA for 192727b - Browse repository at this point
Copy the full SHA 192727bView commit details
Commits on Jun 6, 2024
-
Fix false positive in
use-yield-from
when usingyield
return (#9700……) (#9701) If the return value from `yield` is inspected inline, such as by (augmented) assignment, changing the looped `yield` to `yield from` is very likely to change the semantics of the generator, since there is an implicit use of `generator.send`. Closes #9696 (cherry picked from commit ea73bae) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 8aba7d1 - Browse repository at this point
Copy the full SHA 8aba7d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 918d216 - Browse repository at this point
Copy the full SHA 918d216View commit details -
[undefined-variable] Fix a crash for undefined lineno in annotations (#…
Configuration menu - View commit details
-
Copy full SHA for 6b66ca6 - Browse repository at this point
Copy the full SHA 6b66ca6View commit details -
[unnecessary-list-index-lookup] Fix crashes for uninferrable 'start' …
Configuration menu - View commit details
-
Copy full SHA for c3e2579 - Browse repository at this point
Copy the full SHA c3e2579View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e13544f - Browse repository at this point
Copy the full SHA e13544fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cf313a - Browse repository at this point
Copy the full SHA 3cf313aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e4d36 - Browse repository at this point
Copy the full SHA 22e4d36View commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c41c35a - Browse repository at this point
Copy the full SHA c41c35aView commit details
Commits on Jun 25, 2024
-
Bump pylint to 3.2.4, update changelog (#9746)
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 425ad66 - Browse repository at this point
Copy the full SHA 425ad66View 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 v3.2.2...v3.2.4