这是indexloc提供的服务,不要输入任何密码
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.15.2
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.15.3
Choose a head ref
  • 8 commits
  • 32 files changed
  • 5 contributors

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    9b359ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e05ff6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52cf631 View commit details
    Browse the repository at this point in the history
  4. False positive global-variable-not-assigned (#7479)

    * Fix false positive for ``global-variable-not-assigned`` when a global variable is re-assigned via a ``ImportFrom`` node.
    
    Closes #4809
    
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    2 people authored and Pierre-Sassoulas committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    fe3436e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbc9e66 View commit details
    Browse the repository at this point in the history
  6. Fix undefined-loop-variable with NoReturn and Never (#7476)

    Co-authored-by: detachhead <detachhead@users.noreply.github.com>
    Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
    3 people authored and Pierre-Sassoulas committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    f5e168e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38e2784 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    403dac6 View commit details
    Browse the repository at this point in the history
Loading