-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: pylint-dev/pylint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pylint-dev/pylint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 15 files changed
- 4 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
There are no files selected for viewing