Skip to content
Permalink

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: v2.13.7
Choose a base ref
...
head repository: pylint-dev/pylint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.13.8
Choose a head ref
  • 7 commits
  • 15 files changed
  • 3 contributors

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    7022d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feca907 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6a0cfd View commit details
    Browse the repository at this point in the history
  4. Fix false positive for undefined-loop-variable for lambda in first …

    …of two loops (#6479)
    
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    jacobtylerwalls and Pierre-Sassoulas committed May 2, 2022
    Configuration menu
    Copy the full SHA
    33a9aba View commit details
    Browse the repository at this point in the history
  5. Fix a false positive for undefined-loop-variable when a loop else r…

    …aises or returns (#6480)
    
    Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
    jacobtylerwalls and Pierre-Sassoulas committed May 2, 2022
    Configuration menu
    Copy the full SHA
    135477a View commit details
    Browse the repository at this point in the history
  6. Suppress unsubscriptable-object warnings in type-checking blocks (#…

    …5720)
    
    * Add a regression test for issue #3979
    
    * Don't emit `unsubscriptable-object` for statements in type-checking blocks
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    Pierre-Sassoulas and jacobtylerwalls committed May 2, 2022
    Configuration menu
    Copy the full SHA
    ec2eee8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45cbae2 View commit details
    Browse the repository at this point in the history
Loading